UI Guide

Volumes

Inspect, create, and prune Docker volumes on the host.

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)
  • StatusIn use or Unused
  • Mount point on disk
  • Created time and size (when available)
  • Labels and mounted containers

Actions

ActionEffect
CreateAdd a volume with a name, driver, and optional labels
DeleteRemove a single volume (disabled while in use)
Bulk removeRemove several selected volumes
Prune unusedRemove 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.
Star us on GitHub