-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Error when specifying permission in volume #260
Comments
7 tasks
Added to #129. |
How do we specify :ro to the fig.yml for volumes |
How do we specify :ro to the fig.yml for volumes http://stackoverflow.com/questions/25385164/how-to-specify-write-access-to-volume-with-fig |
+1 |
dnephin
added a commit
to dnephin/compose
that referenced
this issue
Aug 26, 2014
Adds ~ support and ro mode support for volumes, along with some additional validation. Signed-off-by: Daniel Nephin <dnephin@gmail.com>
dnephin
added a commit
to dnephin/compose
that referenced
this issue
Aug 26, 2014
Adds ~ support and ro mode support for volumes, along with some additional validation. Signed-off-by: Daniel Nephin <dnephin@gmail.com>
dnephin
added a commit
to dnephin/compose
that referenced
this issue
Aug 28, 2014
Adds ~ support and ro mode support for volumes, along with some additional validation. Signed-off-by: Daniel Nephin <dnephin@gmail.com>
Commits from @dnephin look great to me :) Can we get this merged in? |
I solved this locally with minor change:
|
dnephin
added a commit
to dnephin/compose
that referenced
this issue
Aug 31, 2014
Adds ~ support and ro mode support for volumes, along with some additional validation. Signed-off-by: Daniel Nephin <dnephin@gmail.com>
💥 hitting same problem |
yuval-k
pushed a commit
to yuval-k/compose
that referenced
this issue
Apr 10, 2015
Adds ~ support and ro mode support for volumes, along with some additional validation. Signed-off-by: Daniel Nephin <dnephin@gmail.com> Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Took me a while to figure out I'd added
:rw
to the fig.ymlWould be good idea to add a warning, or support it.
The text was updated successfully, but these errors were encountered: