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:
David Scott 2020-10-19 10:38:33 +01:00
parent 4a6ff3358d
commit 2c4880a590
1 changed files with 0 additions and 4 deletions

View File

@ -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).)