Browse and build Docker CLI commands with an interactive parameter builder.
Create and start a new container from an image.
Run a command inside a running container.
List running containers.
Stop one or more running containers.
Remove one or more containers.
Fetch the logs of a container.
Copy files between container and local filesystem.
Build an image from a Dockerfile.
Pull an image from a registry.
Create a tag that refers to an existing image.
Push an image to a registry.
Remove one or more images.
List images on the local machine.
Create a named volume.
List all volumes.
Remove one or more volumes.
Create a Docker network.
List Docker networks.
Create and start containers defined in a Compose file.
Stop and remove Compose containers, networks, and optionally volumes.
View output from Compose services.
Remove unused data (containers, images, networks, caches).
Return low-level information on Docker objects.
Display live resource usage statistics for containers.
Select a command to get started