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