How to get a new Docker image to Sandbox
:~$ docker --helpTo see options for pull command
:~$ docker pull --helpTo pull an image or a repository from a registry
:~$ docker pull path/to/repository:~$ docker pull eu.gcr.io/finngen-sandbox-v3-containers/bioinformatics:1.0.1To list Docker images
:~$ docker imagesREPOSITORY TAG IMAGE ID CREATED SIZE
path/to/repository 1.0.1 i1m2a3g4e5 2 years ago 3.91GB:~$ docker run -dit --name tools i1m2a3g4e5To list containers those are running
To stop container
To start the run again
List folders in the container
To go back to the upper folder
To exit from the image
List stopped containers
Remove container
Check that container is removed
Remove the image
Last updated
Was this helpful?