Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass extra flags to docker runtime #2908

Open
rossjones opened this issue Oct 13, 2023 · 0 comments
Open

Pass extra flags to docker runtime #2908

rossjones opened this issue Oct 13, 2023 · 0 comments
Labels
comp/executor/docker Specific to Docker execution environments

Comments

@rossjones
Copy link
Contributor

There are occassions where we want to run docker in privileged mode (--privileged) or to set the PID namespace (--pid with "host" or "container:ID") to enable new behaviours. There are security implications to these flags and so some thought should be put into how to enable this safely. Is this a deployment setting, or is it a deployment setting that allows the flags to work, or something else.

The values (once determined) need to added to the PidMode and Privileged keys of the HostConfig struct.

@wdbaruni wdbaruni added the comp/executor/docker Specific to Docker execution environments label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp/executor/docker Specific to Docker execution environments
Projects
Status: Backlog
Development

No branches or pull requests

2 participants