-
Notifications
You must be signed in to change notification settings - Fork 6
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
Map the project directory to /project in the docker container #5
Comments
If you do this don't forget to add |
Why - what's that about? Can you supply a web ref? |
Certainly:
From: https://docs.docker.com/engine/reference/commandline/run/#mount-volumes-from-container-volumes-from It is not limitied to The reason I ask for this is that without it, the container will have a really hard time running on operating systems like: Fedora (me), RHEL, CentOS while also trying to access files in the user's $HOME. Perhaps this is a good time to request the feature to export arbitrary volumes to the container, while also being able to supply options such as |
IMHO, for this particular use case |
That is all great info - thanks! I may [eventually] go RW so I can write
some cache data for large projects. But starting ro,z seems like a good
plan.
…On Wed, Feb 28, 2018 at 9:24 AM, Mike Goodwin ***@***.***> wrote:
IMHO, for this particular use case :ro,z is probably the best combination.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AABbGNFSv6pWkQD-Cfn5C2sqKU2WIC-Pks5tZYpbgaJpZM4QmHps>
.
--
kurt@CircleW.org
http://www.CircleW.org/kurt/
|
Right now I'm getting |
@thedrow Resolved. Sorry - really should have opened another ticket for that one. And this issue is done. |
This will give us access to the whole codebase. Also:
The text was updated successfully, but these errors were encountered: