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

5 lines
No EOL
74 B
Markdown

```shell
cat >/etc/docker/daemon.json <<EOF
"live-restore": "true"
EOF
```