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
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
The text was updated successfully, but these errors were encountered:
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.
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 hereExpected 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
The text was updated successfully, but these errors were encountered: