Volumes
The Volumes section lists all Docker volumes on your local machine. You can create, inspect, backup, restore, and delete volumes from the browser.
Local Volumes Tab
Each row displays: name, driver, size, creation date, status (used/available), and action buttons.
Use Search to filter by name (case-insensitive, real-time).
Creating a Volume
In the Create Volume form, enter a unique name (2+ characters) and select a driver (default: local). The volume appears immediately in the list.
Bulk Operations
Select volumes via checkboxes and click Delete to remove all selected. Volumes in use by running containers cannot be deleted.
Actions
- Inspect โ View driver, mountpoint, and creation timestamp
- Backup โ Create a local backup of the volume data (appears in the Backups tab)
- Delete โ Permanently remove the volume (confirmation required)
Volume deletion is permanent. All data in the volume will be lost.
Volume Usage Tab
Shows which containers are using which volumes. Only actively used volumes appear. Use Search to filter by volume or container name.
Backups Tab
Each backup shows: volume name, local path, size, creation date, and action buttons.
- Restore โ Select a target volume and restore the backup data
- Download โ Download the backup file to your machine
- Delete โ Permanently remove the backup file
Backup deletion is permanent and cannot be recovered.