Skip to content

Commit

Permalink
change docker cgroupdriver to its default cgroupfs (#12360)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan authored and k8s-ci-robot committed Feb 13, 2019
1 parent 832a05e commit f3aa785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/setup/cri.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f3aa785

Please sign in to comment.