change docker cgroupdriver to its default cgroupfs (#12360)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
832a05e006
commit
f3aa7856f6
@@ -59,7 +59,7 @@ apt-get update && apt-get install docker-ce=18.06.2~ce~3-0~ubuntu
|
|||||||
# Setup daemon.
|
# Setup daemon.
|
||||||
cat > /etc/docker/daemon.json <<EOF
|
cat > /etc/docker/daemon.json <<EOF
|
||||||
{
|
{
|
||||||
"exec-opts": ["native.cgroupdriver=systemd"],
|
"exec-opts": ["native.cgroupdriver=cgroupfs"],
|
||||||
"log-driver": "json-file",
|
"log-driver": "json-file",
|
||||||
"log-opts": {
|
"log-opts": {
|
||||||
"max-size": "100m"
|
"max-size": "100m"
|
||||||
|
|||||||
Reference in New Issue
Block a user