添加 'CloudNative/Docker/重启docker保持原有容器运行.md'
This commit is contained in:
parent
f9412d77da
commit
ca83b7a594
1 changed files with 5 additions and 0 deletions
5
CloudNative/Docker/重启docker保持原有容器运行.md
Normal file
5
CloudNative/Docker/重启docker保持原有容器运行.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
```shell
|
||||||
|
cat >/etc/docker/daemon.json <<EOF
|
||||||
|
"live-restore": "true"
|
||||||
|
EOF
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue