Enums§
- Volume
Spec - Result of parsing a volume spec — either a named Docker volume or a host bind mount.
Functions§
- ensure_
volume - Create a Docker volume if it doesn’t already exist.
- list_
project_ volumes - List all volumes with the devrig.project label matching the given slug.
- parse_
volume_ spec - Parse a volume spec into a
VolumeSpec. - remove_
project_ volumes - Remove all volumes with the devrig.project label matching the given slug.
- remove_
volume - Remove a Docker volume, ignoring 404 (already removed).