Skip to content

Commit ca04402

Browse files
committed
scripts: use overlay graphdriver in docker startup scripts
Signed-off-by: Erik Hollensbe <[email protected]>
1 parent 9e11ba9 commit ca04402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Requires=docker.socket
66

77
[Service]
88
Type=notify
9-
ExecStart=/usr/bin/docker daemon -H fd:// --cluster-store=etcd://localhost:2379 --exec-opt native.cgroupdriver=cgroupfs
9+
ExecStart=/usr/bin/docker daemon -s overlay -H fd:// --cluster-store=etcd://localhost:2379 --exec-opt native.cgroupdriver=cgroupfs
1010
MountFlags=slave
1111
LimitNOFILE=1048576
1212
LimitNPROC=1048576

0 commit comments

Comments
 (0)