You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This avoids ambiguious or erroneous behavior when hostdir is relative
and passed to docker:
- If it doesn't contain a slash, it is interpreted as a named volume,
which is not what the user intended, since it is called "hostpath".
- If it does contain a slash, docker aborts and suggests passing an
absolute path.
See #218.
When a relative path is used in a volume hostpath field, it is now
considered relative to scuba_root, the directory in which .scuba.yml is
found.
Fixes#218
When a relative path is used in a volume hostpath field, it is now
considered relative to scuba_root, the directory in which .scuba.yml is
found.
Fixes#218
Currently a naked word will be interpreted as a named volume.
A relative path will cause docker to complain about the slash.
How should Scuba handle this?
Handle this by absolute-ifying the path.
Detect and complain (abort).
cc @rpasek
The text was updated successfully, but these errors were encountered: