Docker: A complete beginner's guide by Kumar Arun

Docker: A complete beginner's guide by Kumar Arun

Author:Kumar, Arun [Kumar, Arun]
Language: eng
Format: epub
Published: 2020-04-29T16:00:00+00:00


This will only pull the image.

We can do a similar thing by docker run command which will check locally for the image and if not found will pull it from the repository directly.

8.1.

check containers

There are few commands which could be used to get the existing containers though running or not.

8.1.1. Get running containers

docker ps command will give us all the instances of running containers.

To show this I am running ubuntu image in interactive mode.

docker run -it --entrypoint /bin/bash ubuntu



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.