mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Tested using global-net-plugin-ipc which sets PidHost in config.json. Plugins might need access to host pid namespace. Add support for that. Tested using aragunathan/global-net-plugin-ipc which sets "pidhost" in config.json. Observed using `readlink /proc/self/ns/pid` that plugin and host have the same ns. Signed-off-by: Anusha Ragunathan <anusha.ragunathan@docker.com> Upstream-commit: 4d1edcb2cce34bd86d2602923872f8b5c80560c8 Component: engine