From c05486b1ada5edec8ed8d1a40ab70f9e79af533f Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 23 Nov 2015 20:40:28 -0500 Subject: [PATCH] Update docs on owner/group for docker synced folders Fixes GH-5906 --- website/docs/source/v2/docker/basics.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/source/v2/docker/basics.html.md b/website/docs/source/v2/docker/basics.html.md index 9f4dd97a6..493fc5d7a 100644 --- a/website/docs/source/v2/docker/basics.html.md +++ b/website/docs/source/v2/docker/basics.html.md @@ -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. 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. ## Host VM