signalfx / maestro-ng

Orchestration of Docker-based, multi-host environments
https://signalfx.com
Apache License 2.0
683 stars 83 forks source link

Add support for cap_add, cap_drop #128

Closed bradjones1 closed 9 years ago

bradjones1 commented 9 years ago

Per discussion in https://github.com/signalfuse/maestro-ng/issues/125, add support for cap_add and cap_drop. I did a quick search for a unit test for the privileged tag and didn't see one; I'm not primarily a python coder so not too confident in my ability to create one. But hopefully this gets us started.

mpetazzoni commented 9 years ago

Thanks, looks good. Could you add the corresponding documentation to the README file? There's a section about container settings.

mpetazzoni commented 9 years ago

Sorry for the delay, thanks!

mpetazzoni commented 9 years ago

I manually merged this offline to fix a few things in the README file. Attributed to you still of course.