1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #6378 from evanderkoogh/patch-1

Linking containers added to API example
This commit is contained in:
James Turnbull 2014-06-15 20:29:50 -04:00
commit 50d49d0db8

View file

@ -406,6 +406,7 @@ Start the container `id`
{ {
"Binds":["/tmp:/tmp"], "Binds":["/tmp:/tmp"],
"Links":["redis3:redis"],
"LxcConf":{"lxc.utsname":"docker"}, "LxcConf":{"lxc.utsname":"docker"},
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] }, "PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
"PublishAllPorts":false, "PublishAllPorts":false,