实现Docker重启,容器不重启 在/etc/docker/daemon.json中添加如下配置: { "registry-mirrors": ["https://z1gnasfn.mirror.aliyuncs.com"], "live-restore": true } 重启docker后,才能生效。其中"live-restore": true 为实现此功能的配置