Volumes
Create, inspect, and prune Docker volumes.
Use this page to list, create, inspect, and prune volumes. To browse volume contents, open Files.
Volume list
Each row shows the name, driver, mountpoint, size, and created time. Sort and filter to find a volume.
Create a volume
Pick a name and driver
Choose the volume name and one of the options currently offered by the dialog (local, nfs, or cifs). The list is not dynamically populated from installed Docker plugins.
Driver options (optional)
Add any driver-specific options, such as NFS mount settings for the local driver.
Labels (optional)
Add labels to group or query the volume later.
Browse volume files
Use Files to browse a volume's contents, preview files, edit text files, upload, download, and run multi-select actions.
Inspect a volume
Open Inspect to review the volume JSON, including the mountpoint, driver options, labels, scope, and the list of containers currently using the volume.
Prune unused volumes
Prune forwards the operation to the selected runtime, which decides which volumes are unused. Review the confirmation before continuing.
Prune removes all unused volumes, including named volumes you might want to keep. Use Delete instead when you need to target a specific volume.