Q |
How can I create my own containers in Docker? |
A |
User containers can be created using Portainer (Only with mbEdge.advance). There are three ways to create user containers. 1. Build image using Dockerfile and create container 2. Download pre-built image from repository and create container. 3. Upload tar file of image and create container. Please refer https://portainer.readthedocs.io/en/stable/ for details to use Portainer. |