I\'m new to Docker, so please allow me to describe the steps that I did. I\'m using Docker (not Docker toolbox) on OS X. I built the image from Dockerfile using the followin
You would be able to see your docker images by the below command:
docker images
And to check which all containers are running in docker:
docker ps -a