-
Notifications
You must be signed in to change notification settings - Fork 217
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
Shared mounts are not exported properly #58
Comments
@peterbuga can you provide a link to docker-compose documentation that references ":shared" as a mode for volume definition? I looked, but am unable to find a reference to that. |
@Red5d thanks for looking into this, here's the reference https://docs.docker.com/storage/bind-mounts/#configure-bind-propagation here's an example too on how I use this:
hope it makes some sense now, cheers! |
Ok, cool. Can you provide the output of "docker inspect" for a running container that's set up like that? |
@Red5d I edited some of the important details but this should suffice I think it's a different image used in this example https://hub.docker.com/r/mumiehub/smb-mount (a simpler one IMO) but the reported problem it's the same
|
An original container definition that has a shared mount ex:
/host/folder:/container/folder:shared
gives an output/host/folder:/container/folder
The text was updated successfully, but these errors were encountered: