Skip to content

Commit

Permalink
Merge pull request moby#39275 from wiktor-k/move-var-run-to-run
Browse files Browse the repository at this point in the history
Change socket location to /run/docker.sock
  • Loading branch information
yongtang committed May 29, 2019
2 parents b1239f0 + 8abf26d commit 8d76028
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/init/systemd/docker.socket
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Description=Docker Socket for the API
PartOf=docker.service

[Socket]
ListenStream=/var/run/docker.sock
# If /var/run is not implemented as a symlink to /run, you may need to
# specify ListenStream=/var/run/docker.sock instead.
ListenStream=/run/docker.sock
SocketMode=0660
SocketUser=root
SocketGroup=docker
Expand Down

0 comments on commit 8d76028

Please sign in to comment.