use systemd as docker cgroup again

pull/10/head
Jimmy Song 2017-04-21 14:29:54 +08:00
parent a26ba22530
commit fd65e474ad
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ ExecStart=/usr/bin/dockerd-current \
--add-runtime docker-runc=/usr/libexec/docker/docker-runc-current \
--default-runtime=docker-runc \
--userland-proxy-path=/usr/libexec/docker/docker-proxy-current \
--exec-opt native.cgroupdriver=systemd \
$OPTIONS \
$DOCKER_STORAGE_OPTIONS \
$DOCKER_NETWORK_OPTIONS \