mirror of
https://github.com/moby/moby.git
synced 2026-08-08 17:11:38 +00:00
User namespace remapping currently has no full integration-suite CI coverage. Add a graphdriver mode that starts dockerd with DOCKER_REMAP_ROOT=default. Skip tests that require privileged or host namespaces, and avoid the host network optimization in TestUpdatePidsLimit, because dockerd rejects those combinations when remapping is enabled. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>