Skip to content

Commit 8d76028

Browse files
authored
Merge pull request moby#39275 from wiktor-k/move-var-run-to-run
Change socket location to /run/docker.sock
2 parents b1239f0 + 8abf26d commit 8d76028

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/init/systemd/docker.socket

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Description=Docker Socket for the API
33
PartOf=docker.service
44

55
[Socket]
6-
ListenStream=/var/run/docker.sock
6+
# If /var/run is not implemented as a symlink to /run, you may need to
7+
# specify ListenStream=/var/run/docker.sock instead.
8+
ListenStream=/run/docker.sock
79
SocketMode=0660
810
SocketUser=root
911
SocketGroup=docker

0 commit comments

Comments
 (0)