The Volumes page manages Docker named volumes on the host. FlatRun deployments favor bind mounts (plain directories on disk), so this page is mainly for volumes created by external images or for inspecting what exists.
FlatRun prefers bind mounts. Deployment data lives in flat files under the
app's directory, not in named volumes. Use this page to manage volumes that third-party images
create, not as the primary storage for your apps.
Volume List
- Name and driver (usually
local) - Status — In use or Unused
- Mount point on disk
- Created time and size (when available)
- Labels and mounted containers
Actions
| Action | Effect |
|---|---|
| Create | Add a volume with a name, driver, and optional labels |
| Delete | Remove a single volume (disabled while in use) |
| Bulk remove | Remove several selected volumes |
| Prune unused | Remove every volume not attached to a container |
Pruning deletes data. An unused volume can still hold important data from a
stopped container. Confirm a volume is truly disposable before pruning.