In other words, the command docker pull ubuntu is equivalent to docker pull ubuntu:latest. Note that if I had typed docker pull -a ubuntu, I would have pulled all images (the -a flag) in the Ubuntu ...