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:
commit
50d49d0db8
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue