Don't smoosh hostname and domainname in API

This allows users to provide a FQDN as hostname or to use distinct hostname and
domainname parts.  Depends on https://github.com/docker/libnetwork/pull/950

Signed-off-by: Tim Hockin <thockin@google.com>
Upstream-commit: 53c5de29217f9633117cb01ada180d1133d76737
Component: engine
This commit is contained in:
Tim Hockin
2016-02-13 15:44:05 -08:00
parent 6b75bb519f
commit e7b1829114
5 changed files with 7 additions and 33 deletions

View File

@ -127,6 +127,7 @@ This section lists each version from latest to oldest. Each listing includes a
* `GET /containers/(id or name)/stats` now returns `pids_stats`, if the kernel is >= 4.3 and the pids cgroup is supported.
* `POST /containers/create` now allows you to override usernamespaces remapping and use privileged options for the container.
* `POST /auth` now returns an `IdentityToken` when supported by a registry.
* `POST /containers/create` with both `Hostname` and `Domainname` fields specified will result in the container's hostname being set to `Hostname`, rather than `Hostname.Domainname`.
### v1.22 API changes