Browse Source

Merge pull request #6378 from evanderkoogh/patch-1

Linking containers added to API example
James Turnbull 11 years ago
parent
commit
50d49d0db8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/sources/reference/api/docker_remote_api_v1.12.md

+ 1 - 0
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,