- docker build – Builds an image form a Docker file
- docker push – Pushes an image or a repository to a registry
- docker pull – Pulls an image or a repository from a registry
- docker start – Starts one or more stopped containers
- docker stop – Stops one or more running containers