We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e11ba9 commit ca04402Copy full SHA for ca04402
scripts/docker.service
@@ -6,7 +6,7 @@ Requires=docker.socket
6
7
[Service]
8
Type=notify
9
-ExecStart=/usr/bin/docker daemon -H fd:// --cluster-store=etcd://localhost:2379 --exec-opt native.cgroupdriver=cgroupfs
+ExecStart=/usr/bin/docker daemon -s overlay -H fd:// --cluster-store=etcd://localhost:2379 --exec-opt native.cgroupdriver=cgroupfs
10
MountFlags=slave
11
LimitNOFILE=1048576
12
LimitNPROC=1048576
0 commit comments