docker/configuration.html.md: Fix syntax for link.
docker provider: * Invalid link (should be 'name:alias'): "db"
This commit is contained in:
parent
1e28f1ac31
commit
e35fcd2b27
|
@ -34,7 +34,7 @@ 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")`.
|
||||
by name. Example: `docker.link("db:db")`.
|
||||
|
||||
* `force_host_vm` (boolean) - If true, then a host VM will be spun up
|
||||
even if the computer running Vagrant supports Linux containers. This
|
||||
|
|
Loading…
Reference in New Issue