-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[BUG] Error response from daemon: invalid mode: rw,nocopy,www when using Volume subpath #12075
Comments
caused by:
I'm investigating for a fix with risks for potential regressions in mind |
#12078 has been reverted as change in API we use has too many impacts |
the root cause is https://github.com/docker/compose/blob/main/pkg/compose/create.go#L1107-L1110 IMHO we need to revisit 919f351 as considering volume definition (which includes new |
I Understood. Thank's @ndeloof |
Description
I'm getting error when trying to use volume with subpath.
Error response from daemon: invalid mode: rw,nocopy,www when using Volume subpath
Steps To Reproduce
What does not work
With local driver and opts, I continue with the same issue.
BUT When volume is external, it works:
docker-compose.yaml
Result
So, I think maybe this is a
docker-compose
issue.Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: