Skip to content

No updates: Permission denied on unix socket #664

Answered by piksel
klausagnoletti asked this question in Q&A
Discussion options

You must be logged in to vote

It might be caused by SELinux, in that case, you could try running it with:

$ docker run -d
--name watchtower
-v /var/run/docker.sock:/var/run/docker.sock:z
containrrr/watchtower

(note the added :z suffix to the volume mapping)

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@klausagnoletti
Comment options

@piksel
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by simskij
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants