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
Run the sandbox in CentOS 7.3 with SELinux enabled.
After running sandbox run 2.1.1 -n 3 -f visualization, note that conduct info shows all bundles running.
However, haproxy hasn't been started successfully - verify with docker logs and docker ps.
After using setenforce 0 it starts up.
We need to either document this behavior and the SELinux-related config changes to whitelist the sandbox, or see if there's a way to mount volumes in Docker containers that is SELinux compatible.
sandbox run 2.1.1 -n 3 -f visualization
, note thatconduct
info shows all bundles running.docker logs
anddocker ps
.setenforce 0
it starts up.We need to either document this behavior and the SELinux-related config changes to whitelist the sandbox, or see if there's a way to mount volumes in Docker containers that is SELinux compatible.
Slack: https://typesafe.slack.com/conversation/C03DUBYSE/p1499373150822684
The text was updated successfully, but these errors were encountered: