Skip to content
Trailer.devDocumentation

Search is only available in production builds. Try building and previewing the site to test it out locally.

Volumes

The Volumes table listing volumes with name, creator, host, type and status columns.

The Volumes page lists persistent storage volumes that can be attached to workspaces. Each volume belongs to a single host.

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) or Bind (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: 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.

  • 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.