signalfx / maestro-ng

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

Cannot add volume mode to make selinux work #167

Closed wt closed 8 years ago

wt commented 8 years ago

I need to be able to add the "Z" option to the docker volume specs so that the docker containers can write to bind mounted volumes from the host. Adding a "mode" of "Z" appears not to pass Z through.

Here's a longer description: http://www.projectatomic.io/blog/2015/06/using-volumes-with-docker-can-cause-problems-with-selinux/

mpetazzoni commented 8 years ago

Good find. I'll work on making this work ASAP.