docker change cgroup driver to systemd

前端 未结 4 985
终归单人心
终归单人心 2021-02-20 03:20

I want to docker to start with systemd cgroup driver. for some reason it using only cgroupfs on my centos 7 server.

here is startup config file.

# system         


        
4条回答
  •  灰色年华
    2021-02-20 04:19

    Try to restart the docker service:

    systemctl daemon-reload
    systemctl restart docker.service
    

提交回复
热议问题