change docker cgroupdriver to its default cgroupfs (#12360)

This commit is contained in:
ethan 2019-02-13 17:36:38 +08:00 committed by Kubernetes Prow Robot
parent 832a05e006
commit f3aa7856f6
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ apt-get update && apt-get install docker-ce=18.06.2~ce~3-0~ubuntu
# Setup daemon.
cat > /etc/docker/daemon.json <<EOF
{
"exec-opts": ["native.cgroupdriver=systemd"],
"exec-opts": ["native.cgroupdriver=cgroupfs"],
"log-driver": "json-file",
"log-opts": {
"max-size": "100m"