Merge pull request #6873 from tianon/6836-fix-systemd-socket-perms
Fix the systemd socket activation socket permissions
This commit is contained in:
commit
07be572f8e
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ Description=Docker Socket for the API
|
|||
|
||||
[Socket]
|
||||
ListenStream=/var/run/docker.sock
|
||||
SocketMode=0660
|
||||
SocketUser=root
|
||||
SocketGroup=docker
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
|
|
Loading…
Add table
Reference in a new issue