docker ps list running containers. docker ps -a list all container including stopped container docker pull download a image from Docker Hub registry. Link to the docker image is always shown on the right at dockerhub. docker build is used to build your own container based on a Dockerfile. Common use is docker build . […]