This document provides commands for using the Docker container platform including docker info to view system-wide information, docker version to view the Docker version, docker search to find images on Docker Hub, docker pull to download images, docker images to view local images, docker run to run a command in a new container, docker ps to view running containers, and docker stop and docker start to stop and start an existing container.