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

Build fails on Fedora 29 with SELinux enabled #110

Closed
ViktorBarzin opened this issue Jan 1, 2019 · 1 comment
Closed

Build fails on Fedora 29 with SELinux enabled #110

ViktorBarzin opened this issue Jan 1, 2019 · 1 comment

Comments

@ViktorBarzin
Copy link

Current Behavior

docker-compose up fails with SELinux enabled.

I am using latest Fedora (29) with SELinux enabled and running docker-compose up fails with a permission denied error. Full logs can be seen here

Expected Behavior

I expected a successful build.

Debug Information

The output of docker-compose version: 1.22.0, build f46880f
The output of docker version: 1.13.1, build accfe55-unsupported
The output of git rev-parse HEAD: eb09bf53644f057664437b5a473341a8e4491698
The command you used to start the project: docker-compose up

Temporary solution

Disabling SELinux fixes the issue but this is not a desirable solution

@cimnine
Copy link
Collaborator

cimnine commented Jan 1, 2019

Thank you for your report. It is unfortunately not possible for this project to influence your local SELinux configuration. Please make sure, that you configure SELinux in such a way, that Docker volumes are writable from inside all containers, to which that volume is attached to.

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