Volumes
The Volumes page lists persistent storage volumes that can be attached to workspaces. Each volume belongs to a single host.
The table
Section titled “The table”The table shows one row per volume with these columns:
- Name
- Creator: the user who created the volume.
- Host: the host the volume lives on, with a live status indicator.
- Type: either
Volume(a Docker-managed named volume) orBind(a bind mount to a path on the host). - Status: Pending, Created, or Error. Updates in real time as the agent reconciles the volume.
- Last update
You can search by name, sort by name, creator, host, status, or last update, and page through results. A refresh button re-fetches the list.
Volume types
Section titled “Volume types”- Volume: a Docker named volume. Storage is managed by the host’s container runtime.
- Bind: a bind mount. The volume maps to an existing path on the host, set as
Path on host.
The container path is chosen later, when the volume is attached to a workspace.
Actions
Section titled “Actions”- New volume: opens the Create Volume form.
- Delete: available from the row actions when you hold delete permission on the volume. Deletion asks for confirmation.