最佳答案
I built a docker image from a docker file. Build said it succeeded. But when I try to show docker containers through docker ps
(also tried docker ps -a
), it shows an empty list. What is weird is that I'm still able to somehow push my docker image to dockerhub by calling docker push "container name"
.
I wonder what's going on? I'm on Windows 7, and just installed the newest version of dockertoolbox.