From e35fcd2b2793486f742f2cd9a97aa977dc03db17 Mon Sep 17 00:00:00 2001 From: Simon Olofsson Date: Sat, 21 Jun 2014 19:22:11 +0200 Subject: [PATCH] docker/configuration.html.md: Fix syntax for link. docker provider: * Invalid link (should be 'name:alias'): "db" --- website/docs/source/v2/docker/configuration.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/docker/configuration.html.md b/website/docs/source/v2/docker/configuration.html.md index e294cc7c0..6f8772c3f 100644 --- a/website/docs/source/v2/docker/configuration.html.md +++ b/website/docs/source/v2/docker/configuration.html.md @@ -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