Docs/CloudNative/Docker/重启docker保持原有容器运行.md

4 lines
No EOL
81 B
Markdown

```shell
# /etc/docker/daemon.json 中添加如下配置
"live-restore": true
```