use systemd as docker cgroup again
parent
a26ba22530
commit
fd65e474ad
|
@ -18,6 +18,7 @@ ExecStart=/usr/bin/dockerd-current \
|
||||||
--add-runtime docker-runc=/usr/libexec/docker/docker-runc-current \
|
--add-runtime docker-runc=/usr/libexec/docker/docker-runc-current \
|
||||||
--default-runtime=docker-runc \
|
--default-runtime=docker-runc \
|
||||||
--userland-proxy-path=/usr/libexec/docker/docker-proxy-current \
|
--userland-proxy-path=/usr/libexec/docker/docker-proxy-current \
|
||||||
|
--exec-opt native.cgroupdriver=systemd \
|
||||||
$OPTIONS \
|
$OPTIONS \
|
||||||
$DOCKER_STORAGE_OPTIONS \
|
$DOCKER_STORAGE_OPTIONS \
|
||||||
$DOCKER_NETWORK_OPTIONS \
|
$DOCKER_NETWORK_OPTIONS \
|
||||||
|
|
Loading…
Reference in New Issue