From 0bdadfe4e7547f58c7c32582c61912dfe1fc7302 Mon Sep 17 00:00:00 2001 From: evanderkoogh Date: Thu, 12 Jun 2014 17:15:14 +0800 Subject: [PATCH] Linking containers added to API example Linking containers was not covered in the API documentation. I looked it up in the client source code and testing it manually. --- docs/sources/reference/api/docker_remote_api_v1.12.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/reference/api/docker_remote_api_v1.12.md b/docs/sources/reference/api/docker_remote_api_v1.12.md index fd95b9a45e..c3871f5340 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.12.md +++ b/docs/sources/reference/api/docker_remote_api_v1.12.md @@ -406,6 +406,7 @@ Start the container `id` { "Binds":["/tmp:/tmp"], + "Links":["redis3:redis"], "LxcConf":{"lxc.utsname":"docker"}, "PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] }, "PublishAllPorts":false,