Browse code

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.

evanderkoogh authored on 2014/06/12 18:15:14
Showing 1 changed files
... ...
@@ -406,6 +406,7 @@ Start the container `id`
406 406
 
407 407
         {
408 408
              "Binds":["/tmp:/tmp"],
409
+             "Links":["redis3:redis"],
409 410
              "LxcConf":{"lxc.utsname":"docker"},
410 411
              "PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
411 412
              "PublishAllPorts":false,