Merge pull request #20111 from twistlock/19995_skip_user_ns
Run privileged containers when userns are specified - feature proposal Upstream-commit: d8539347bfb9c019a29b56ea36f1538900bc543b Component: engine
This commit is contained in:
@ -125,6 +125,7 @@ This section lists each version from latest to oldest. Each listing includes a
|
||||
* `GET /info` now returns `KernelMemory` field, showing if "kernel memory limit" is supported.
|
||||
* `POST /containers/create` now takes `PidsLimit` field, if the kernel is >= 4.3 and the pids cgroup is supported.
|
||||
* `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.
|
||||
|
||||
### v1.22 API changes
|
||||
|
||||
Reference in New Issue
Block a user