解决方案
终端执行:
/etc/sysconfig/docker 编辑该文件:# /etc/sysconfig/docker
# Modify these options if you want to change the way the docker daemon runs
OPTIONS='--live-restore=false'
# 这里写上
DISABLE_CRASH_FILES_DELETE=true背后的故事参考下面原文链接
> 版权声明:本文为 hotcoffie 原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
>
> 原文链接:https://blog.csdn.net/hotcoffie/article/details/130457800