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
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
When a customer uses a customer managed deployment agent in docker mode, each time a deployment has to be performed, a new docker container is created. However, this container is unprivileged. This is a problem if the user wants to run other services (like the Docker daemon) in a completely isolated mode.
For customer managed deployment agents, when running in docker mode, it would be great to be able to run Deployments containers in a privileged mode to cover this kind of scenario.