mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Plugins might need access to host ipc namespace. A good usecase is a volume plugin running iscsi multipath commands that need access to host kernel locks. Tested with a custom plugin (aragunathan/global-net-plugin-full) that's built with `"ipchost" : true` in config.json. Observed using `readlink /proc/self/ns/ipc` that plugin and host have the same ns. Signed-off-by: Anusha Ragunathan <anusha.ragunathan@docker.com> Upstream-commit: 6d6185c2577c473fa9046d73a850c09a254e9a81 Component: engine