Docker
Build, run, and manage containers and images. Streamline your development workflow with Docker Compose and networking.
153 commands
Browse by Topic
Getting Started
Quick setup and installation
Containers
Container operations
Images
Image management
Volumes
Volume operations
Networks
Network management
Compose
Docker Compose
Buildx
Multi-platform builds
System
System operations
Security
Scout & scanning
Swarm
Docker Swarm orchestration
Verify Docker installation
Check if Docker is installed and display version
Run Hello World container
Test Docker installation by running a simple container
List running containers
Show all currently running Docker containers
List volumes
Show all Docker volumes.
Create volume
Create a named volume.
Inspect volume
Show volume details and mount point.
Remove volume
Remove a volume.
Remove unused volumes
Remove all unused volumes.
Run with volume mount
Mount named volume to container.
Run with bind mount
Mount current directory into container.
Run with read-only mount
Mount volume as read-only.
Run with tmpfs mount
Mount temporary filesystem in memory.
List networks
Show all Docker networks.
Create network
Create a bridge network.
Create network with subnet
Create network with custom subnet.
Inspect network
Show network details and connected containers.
Connect container to network
Connect running container to network.
Disconnect from network
Disconnect container from network.
Remove network
Remove a network.
Remove unused networks
Remove all unused networks.
Run with network
Run container on specific network.
Run with host network
Use host's network stack directly.
Show disk usage
Show Docker disk space usage.
Show detailed disk usage
Show detailed space usage.
Prune everything
Remove all unused data.
Prune with filter
Remove data older than 24 hours.
Docker info
Display system-wide information.
Docker version
Show Docker version info.
Docker events
Stream real-time Docker events.
Login to registry
Authenticate to Docker registry.
Logout from registry
Log out from Docker registry.
Initialize Docker project
Scaffold Dockerfile, compose.yaml, and .dockerignore for your project.
Create remote context
Create Docker context for managing remote Docker hosts via SSH.
List Docker contexts
List all available Docker contexts and active context.
Switch Docker context
Switch to a different Docker context to manage remote hosts.
Scan image for vulnerabilities
Display CVEs in image.
Quick vulnerability scan
Quick vulnerability overview.
Compare image security
Compare vulnerabilities between images.
Get recommendations
Get security recommendations.
View software bill of materials
Display detailed software bill of materials (SBOM) for image.
Discussion
Loading comments...