website: update docker to not parallel [GH-4428]

This commit is contained in:
Mitchell Hashimoto 2014-10-21 17:20:19 -07:00
parent fb1a825c0d
commit 945b63f033
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ you may set. A complete reference is shown below.
but not to the host machine. Useful for links.
* `link` (method, string argument) - Link this container to another
by name. Example: `docker.link("db:db")`.
by name. Example: `docker.link("db:db")`. Note, if you're linking to
another container in the same Vagrantfile, make sure you call
`vagrant up` with the `--no-parallel` flag.
* `force_host_vm` (boolean) - If true, then a host VM will be spun up
even if the computer running Vagrant supports Linux containers. This