Useful Docker Command and How to start Docker
To pull image from docker registry https://hub.docker.com/search?image_filter=official&q= docker pull httpd To list image docker image ls To check container running To create conatiner with specifying name and without name docker…