mirror of https://github.com/docker/docs.git
Remove limitation of paths which can be shared with docker
We used to have this limitation when we were mounting host filesystems under / in the docker namespace. We now mount under `/host_mnt` like on Windows so this limitation nolonger applies. Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
parent
4a6ff3358d
commit
2c4880a590
|
@ -98,10 +98,6 @@ File share settings are:
|
|||
- **Apply & Restart** makes the directory available to containers using Docker's
|
||||
bind mount (`-v`) feature.
|
||||
|
||||
There are some limitations on the directories that can be shared:
|
||||
|
||||
- The directory must not exist inside of Docker.
|
||||
|
||||
For more information, see:
|
||||
|
||||
- [Volume mounting requires file sharing for any project directories outside of `/Users`](troubleshoot.md#volume-mounting-requires-file-sharing-for-any-project-directories-outside-of-users).)
|
||||
|
|
Loading…
Reference in New Issue