I can't find my Docker image after building it
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
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