实现Docker重启,容器不重启

/etc/docker/daemon.json​中添加如下配置:

{
    "registry-mirrors": ["https://z1gnasfn.mirror.aliyuncs.com"],
    "live-restore": true
}

重启docker后,才能生效。其中"live-restore": true ​为实现此功能的配置

星霜荏苒 居诸不息