change docker cgroupdriver to its default cgroupfs (#12360)
This commit is contained in:
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.
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue