-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
--pid
--read-only
--memory-swap
In Docker 1.5 comes a new option of --pid
, which allows the container to see all the host's PID namespace. Here is mentioned in the 1.5 changelog:
moby/moby@a393450#diff-4ac32a78649ca5bdd8e0ba38b7006a1eR29
And here the PR source code, which has been merged ready for 1.5:
https://github.com/docker/docker/pull/10080/files
If we can please have --pid
option added to docker-py, so that fig can also be able to set it? Requesting this feature as a user, to run jpetazzo's pipework in fig. Which needs new --pid
option.
It would be a bonus if can be ready in time before next fig releases, either 1.10 or 1.20.
Many thanks.
Metadata
Metadata
Assignees
Labels
No labels