-
Notifications
You must be signed in to change notification settings - Fork 59
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
unable to mount /var/run/docker.sock #585
Comments
One good first thing to check is SELinux. If you put SELinux in permissive mode ( |
https://danwalsh.livejournal.com/78373.html could help here. |
setenforce 0 works, |
You should edit In your case I don't understand why you could not run the initial container with |
See also the suggestions from portainer/portainer#849 & https://github.com/dpw/selinux-dockersock |
@visualex - can we close this out? Are you unblocked? |
Hi! whats the best way to do it via ignition, could you provide an example please? |
Which option did you choose? Did you get it working with SELinux? |
@travier yes, I used your advice here: #585 (comment) |
If you added the
|
awesome, thanks! |
when moving logs from containers to ELK we use logspout,
the idea is that the global service mounts the docker.sock in swarm:
On the original CoreOS there was no issue:
but the same on Fedora CoreOS
does not work,
the container outputs:
what permissions are required here?
thanks
The text was updated successfully, but these errors were encountered: