The Docker cheat sheet provides some examples of commands for building images, running containers, etc. Build an image from the Dockerfile in the current directory and tag the image: docker build -t myimage:1.0 .List all images that are locally stored