You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to please include an option to include --pids-limit option with docker driver? This is to prevent fork bomb inside the docker container. Wuold be good to please include key security options like --cap-drop=ALL and --pids-limit.
The text was updated successfully, but these errors were encountered:
So most organizations that are serious about docker security would prescribe the inclusion of these options when running docker containers. I have worked with several clients, where their security team has insisted on using them.
Doing some issue cleanup and this currently exists in Nomad as of #11526 which shipped in Nomad 1.2.4. It can be set on both the client and the task. See pids_limit docs.
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is it possible to please include an option to include --pids-limit option with docker driver? This is to prevent fork bomb inside the docker container. Wuold be good to please include key security options like --cap-drop=ALL and --pids-limit.
The text was updated successfully, but these errors were encountered: