From 697b88dbb77da11133f13eb99ab931996e2615af Mon Sep 17 00:00:00 2001 From: Dan Carley Date: Mon, 22 Dec 2014 21:42:03 +0000 Subject: [PATCH] Docs: Docker doesn't support pub/priv networks The Docker provider ignores the network identifiers `private_network` and `public_network`. Document this fact, because it's not immediately obvious. --- website/docs/source/v2/docker/basics.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/source/v2/docker/basics.html.md b/website/docs/source/v2/docker/basics.html.md index 6f2f41c48..9f4dd97a6 100644 --- a/website/docs/source/v2/docker/basics.html.md +++ b/website/docs/source/v2/docker/basics.html.md @@ -65,6 +65,8 @@ 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. +Private and public networks are not currently supported. + ## Host VM On systems that can't run Linux containers natively, such as Mac OS X