We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1239f0 + 8abf26d commit 8d76028Copy full SHA for 8d76028
contrib/init/systemd/docker.socket
@@ -3,7 +3,9 @@ Description=Docker Socket for the API
3
PartOf=docker.service
4
5
[Socket]
6
-ListenStream=/var/run/docker.sock
+# 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
9
SocketMode=0660
10
SocketUser=root
11
SocketGroup=docker
0 commit comments