0% found this document useful (0 votes)
37 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.

Uploaded by

mynenianupama
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
37 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.

Uploaded by

mynenianupama
Copyright
© © All Rights Reserved
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
You are on page 1/ 1

Here’s a List of Docker Commands

 docker run – Runs a command in a new container.

 docker start – Starts one or more stopped containers

 docker stop – Stops one or more running containers

 docker build – Builds an image form a Docker file

 docker pull – Pulls an image or a repository from a registry

 docker push – Pushes an image or a repository to a registry

 docker export – Exports a container’s filesystem as a tar archive

 docker exec – Runs a command in a run-time container

 docker search – Searches the Docker Hub for images

 docker attach – Attaches to a running container

 docker commit – Creates a new image from a container’s changes

You might also like