Explore tens of thousands of sets crafted by our community.
Docker Commands
18
Flashcards
0/18
docker run
Creates and starts a container from a specified image.
docker build
Builds an image from a Dockerfile.
docker pull
Pulls an image from a registry.
docker push
Pushes an image to a registry.
docker images
Lists all local images.
docker ps
Lists running containers.
docker stop
Stops one or more running containers.
docker rm
Removes one or more containers.
docker rmi
Removes one or more images.
docker exec
Executes a command in a running container.
docker logs
Fetches logs of a container.
docker volume create
Creates a new volume.
docker network create
Creates a new network.
docker login
Logs into a Docker registry.
docker logout
Logs out from a Docker registry.
docker commit
Creates a new image from a container's changes.
docker diff
Shows changes to files or directories on a container's filesystem.
docker inspect
Returns detailed information on containers or images in JSON format.
© Hypatia.Tech. 2024 All rights reserved.