docker-volume
Verified for current stable LTS
Docker Volume Command: Remove Unused Local Volumes
Use for remove unused local volumes with Docker Volume. Exact CLI syntax to remove unused local volumes using Docker Volume.
When to use this: Use for remove unused local volumes with Docker Volume.
Command Syntax
docker volume prune docker volume prune Command Breakdown
docker is the base executable for this command.
FAQ
Purpose: Exact syntax to remove unused local volumes using Docker Volume.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Docker Volume Command: Create Tmpfs Volume
docker volume create -o <type>=<tmpfs> -o <device>=<tmpfs> -o <o>=<size=100m,uid=1000> <volume_name> Docker Volume Command: Create Tmpfs Volume With Options docker volume create -o <type>=<tmpfs> -o <device>=<tmpfs> -o <o>=<size=100m,uid=1000> <volume_name> Docker Volume Command: Create Volume docker volume create <volume_name> Docker Volume Command: Create Volume Basic docker volume create <volume_name> Docker Volume Command: Create Volume With Label docker volume create --label <label> <volume_name>