Added notes and troubleshooting topic on volume mounts from host #3556
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.
What's new
Added a note under Docker for Windows "Shared Drives" topic re: caveats for volume mounts from host
Added a troubleshooting topic on effect of
nobrl
flag on volume mounts from host (prevents database locking), w/rationale, implications, recommendations, and links to relevant issuesNote: What I did not do is add anything to the Docker for Mac docs, even though if you read all the discussion threads on the listed bugs, it sounds like there might be similar but slightly different problems or stumbling blocks with
osxfs
. Let me know if we need to tackle that too, or not.Reviewers
@friism @dgageot @Taloth @lokkju @mstanleyjones @JimGalasyn @thaJeztah
Direct links to relevant topics in Netlify preview
Getting Started, Shared Drives topic: Second tip re: shared drivers, permissions and volume mounts
Troubleshooting topic: Volume mounts from host paths use a nobrl option to override database locking
Related
Fixes #3147 (docs issue)
docker/for-win/issues/11
docker/for-win/issues/694
docker/for-win/issues/1886
Signed-off-by: Victoria Bialas victoria.bialas@docker.com