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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
75 views1 page
Here's A List of Docker Commands
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.