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:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user