Update docs on owner/group for docker synced folders

Fixes GH-5906
This commit is contained in:
Seth Vargo 2015-11-23 20:40:28 -05:00
parent 3f6b4e2dda
commit c05486b1ad
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ and networking options into Docker volumes and forwarded ports.
You don't have to use the Docker-specific configurations to do this. You don't have to use the Docker-specific configurations to do this.
This helps keep your Vagrantfile similar to how it has always looked. This helps keep your Vagrantfile similar to how it has always looked.
The Docker provider does not support specifying options for `owner` or `group`
on folders synced with a docker container.
Private and public networks are not currently supported. Private and public networks are not currently supported.
## Host VM ## Host VM