api: document changed behavior of the Aliases
field in v1.45
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
This commit is contained in:
parent
963e1f3eed
commit
22726fb63b
1 changed files with 8 additions and 3 deletions
|
@ -25,6 +25,11 @@ keywords: "API, Docker, rcli, REST, documentation"
|
||||||
* `GET /images/{name}/json` no longer includes the `Container` and
|
* `GET /images/{name}/json` no longer includes the `Container` and
|
||||||
`ContainerConfig` fields. To access image configuration, use `Config` field
|
`ContainerConfig` fields. To access image configuration, use `Config` field
|
||||||
instead.
|
instead.
|
||||||
|
* The `Aliases` field returned in calls to `GET /containers/{name:.*}/json` no
|
||||||
|
longer contains the short container ID, but instead will reflect exactly the
|
||||||
|
values originally submitted to the `POST /containers/create` endpoint. The
|
||||||
|
newly introduced `DNSNames` should now be used instead when short container
|
||||||
|
IDs are needed.
|
||||||
|
|
||||||
## v1.44 API changes
|
## v1.44 API changes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue