add support for bind mounting individual files in to containers#2682
Closed
daniel-garcia wants to merge 13 commits intomoby:masterfrom
daniel-garcia:2671-bindmount_files
Closed
add support for bind mounting individual files in to containers#2682daniel-garcia wants to merge 13 commits intomoby:masterfrom daniel-garcia:2671-bindmount_files
daniel-garcia wants to merge 13 commits intomoby:masterfrom
daniel-garcia:2671-bindmount_files
Conversation
- Add the option of adding the user to docker's group and avoid the usage of "sudo" before each command
Contributor
|
@daniel-garcia Can you rebase this PR so it can be reviewed, please? |
Add security section and embed private registry video.
Replace PR#2592
…ailed-to-mount Fixes #2702. Also cleans up formatting and long lines in volumes doc.
Vagrantfile modified to support VBoxGuestAdditions_4.3.2
…r into 2671-bindmount_files
Contributor
|
Why are all the doc changes we made to the master branch showing up in this PR? |
Contributor
Author
|
rebased in #2775 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #2671, add support for bind mounting individual files in to containers, rebases of #1757 #2301