This document lists 12 common Docker commands: docker run starts a new container, docker start and docker stop respectively start and stop existing containers, docker build builds an image from a Dockerfile, docker pull and docker push pull and push images from/to a registry, and docker exec runs commands in running containers.