标签:sudo roc tno att lib file systemd sys restart
1. 修改文件如下 vim /lib/systemd/system/docker.service
[Service]
Type=notify
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity
2. 重启服务
sudo systemctl daemon-reload
sudo systemctl restart docker
标签:sudo roc tno att lib file systemd sys restart
原文地址:https://www.cnblogs.com/wangshuyi/p/14504612.html