Get Started
User Management
Templates
Development
Volumes
Learn how to manage Docker volumes with Arcane - create, view, and remove persistent data volumes.
What Can You Do With Volumes in Arcane?
- View Volumes: See a list of all Docker volumes on your system, along with details like name, driver, and usage.
- Create Volumes: Add a new volume by providing a name and (optionally) driver or labels.
- Remove Volumes: Delete volumes you no longer need. Arcane will warn you if a volume is currently in use by a container.
How to Use
Viewing Volumes
- Go to the Volumes section in the sidebar.
- You'll see a table listing all your Docker volumes.
Creating a Volume
- Click the Create Volume button.
- Enter a name for your new volume.
- (Optional) Choose a driver or add labels if needed.
- Click Create. Your new volume will appear in the list.
Removing a Volume
- In the volumes list, find the volume you want to remove.
- Click the dropdown then the Delete button (trash icon) in the list.
- Confirm the deletion in the dialog.
Note: You cannot remove a volume that is currently used by a container.