-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore ability to use named volumes #248
Comments
From #227:
And the v2.12 docs
So I think we can easily restore the old behavior, using this required prefix to distinguish the two:
NOTE: This only applies to the simple form: volumes:
/foo: foo-volume In the complex form, the key is specifically called volumes:
/foo:
#hostpath: foo-volume # Error
name: foo-volume Test impact:
See also: |
This is released in v2.13.0. Enjoy your Go module caches! |
Prior to #227, you could, as a not-officially-support feature map a named volume at a container path:
Since #227, this no longer works.
Reported #227 (comment) by @haboustak.
The text was updated successfully, but these errors were encountered: