Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
Upstream-commit: 250b0d070c7d8fce3d75bafc02c31ab3e356ba2e
Component: engine
This commit is contained in:
Victor Vieux
2014-06-26 23:36:29 +00:00
parent 12c0cff814
commit 1d3a6ac762
2 changed files with 6 additions and 1 deletions

View File

@ -34,6 +34,11 @@ You can still call an old version of the API using
### What's new
`GET /containers/(name)/json`
**New!**
The `HostConfig.Links` field is now filled correctly
**New!**
`Sockets` parameter added to the `/info` endpoint listing all the sockets the
daemon is configured to listen on.

View File

@ -240,7 +240,7 @@ Return low-level information on the container `id`
}
]
},
"Links": null,
"Links": ["/name:alias"],
"PublishAllPorts": false
}
}