Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission Errors with SELinux Enabled. #20

Open
Alexhuszagh opened this issue Mar 3, 2019 · 1 comment
Open

Permission Errors with SELinux Enabled. #20

Alexhuszagh opened this issue Mar 3, 2019 · 1 comment

Comments

@Alexhuszagh
Copy link

On a Fedora install with all the dependencies properly installed, running docker compose up will lead to permission errors if SELinux is enabled or set to enforcing mode.

A simple fix is sudo setenforce 0, which will temporarily set SELinux into permissive mode for the shell session, although this may not be recommended for production environments (some more fine-grained control of host resources may be desired). At the very least, it might be nice to document this for Linux users, even though this is a very common issue with docker and SELinux in general.

@Alexhuszagh Alexhuszagh changed the title Doesn't work with SELinux Enabled. Permission Errors with SELinux Enabled. Mar 3, 2019
@kaiyzen
Copy link
Collaborator

kaiyzen commented Jul 11, 2019

will add this to the readme, in general this tool has been focused on dev/test networks, we should revisit if folks are targeting selinux going into the production release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants