Overview
Volumes lists Docker volumes with driver, mountpoint, labels, size (when available), and which containers use them. Inspect a single volume for full metadata before changing or deleting anything.
Browse files
- Browse paths relative to the volume root — traversal outside the volume is blocked.
- Listings are capped (about 1000 entries) and may show as truncated.
- Preview a file (small default chunk; optional larger read up to a hard cap).
Browse/read may pull a short-lived helper image when the volume is not readable another way.
Delete
Delete unused volumes from the panel. Delete is denied while any container still mounts the volume unless you force it. Prefer stopping or removing the container first.
Notes
Deleting a volume permanently destroys its data. Size figures come from Docker disk usage and are
most reliable for the
local driver.