add doc
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux) Upstream-commit: 250b0d070c7d8fce3d75bafc02c31ab3e356ba2e Component: engine
This commit is contained in:
@ -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.
|
||||
|
||||
@ -240,7 +240,7 @@ Return low-level information on the container `id`
|
||||
}
|
||||
]
|
||||
},
|
||||
"Links": null,
|
||||
"Links": ["/name:alias"],
|
||||
"PublishAllPorts": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user