[Feature] Volume Shortcuts #905
Labels
component/main
difficulty/low
enhancement
New feature or request
priority/high
scope/cli
Issue concerns the CLI (cmd/)
scope/package
pkg/
Milestone
Introducing two things:
k3d-
prefixed volumes using the--volume
flag -> k3d will handle creation + deletion--volume /some/path:k3s-storage
will internally be handled as/some/path:/var/lib/rancher/k3s/storage
Originally posted by @iwilltry42 in #865 (comment)
EDIT: actually, bullet point 1 is already a docker feature: if the source part of the volume mount is not a path on the local filesystem and not an existing named volume, docker will create it (k3d will still print a warning though).
The text was updated successfully, but these errors were encountered: