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

This commit is contained in:
iProbe 2024-01-05 15:24:10 +08:00
parent 2902aa585d
commit a0104c37bb

View file

@ -1,5 +1,4 @@
```shell
cat >/etc/docker/daemon.json <<EOF
"live-restore": "true"
EOF
# /etc/docker/daemon.json 中添加如下配置
"live-restore": true
```