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.
This commit is contained in:
parent
467bf6575d
commit
697b88dbb7
|
@ -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.
|
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.
|
||||||
|
|
||||||
|
Private and public networks are not currently supported.
|
||||||
|
|
||||||
## Host VM
|
## Host VM
|
||||||
|
|
||||||
On systems that can't run Linux containers natively, such as Mac OS X
|
On systems that can't run Linux containers natively, such as Mac OS X
|
||||||
|
|
Loading…
Reference in New Issue