-
Notifications
You must be signed in to change notification settings - Fork 14
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
how to I use the CLI to mount a volume as read-only? #15
Comments
@jdef Can you describe how you are using In the case of using it with Mesos, this could be something that is added as a volume option. It would be respected during the bind mount into the container that Mesos starts. More information about how you are using it would help steer the conversation. |
the use case I had in mind was mounting the same "shared" vol instance on On Thu, Mar 17, 2016 at 3:16 PM, Clinton Kitson [email protected]
James DeFelice |
@jdef long time! I am part of the emc {code} team working on this. Anyway, the dvdi-module ultimately mounts the vol on the container using Docker's plugin api underneath. Right now, there's no option to enforce readonly in Docker volume plugin, therefore, there's no way to enforce this. Keep in mind this project is the dvdicli, there's also the mesos-dvdi-module which works as a mesos module to do volume management - https://github.com/emccode/mesos-module-dvdi. Let us know if you have more questions. |
Hi Vladimir! I had started digging through the docker code to check whether Any way, even if RO isn't supported at the host level I think it makes On Mon, Mar 21, 2016 at 6:07 PM, Vladimir Vivien [email protected]
James DeFelice |
No description provided.
The text was updated successfully, but these errors were encountered: