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

This commit is contained in:
iProbe 2023-06-16 08:01:16 +08:00
parent f9412d77da
commit ca83b7a594

View file

@ -0,0 +1,5 @@
```shell
cat >/etc/docker/daemon.json <<EOF
"live-restore": "true"
EOF
```