This commit is contained in:
John Mulhausen 2017-04-25 17:25:22 -07:00 committed by GitHub
parent 74f9201b6f
commit 12b2165e17
1 changed files with 1 additions and 4 deletions

View File

@ -47,10 +47,7 @@ The live restore feature supports restoring containers to the daemon for
upgrades from one minor release to the next. For example from Docker Engine
1.12.1 to 1.13.2.
If you skip releases during an upgrade, the daemon may not restore connection
the containers. If the daemon is unable restore connection, it ignores the
running containers and you must manage them manually. The daemon won't shut down
the disconnected containers.
If you skip releases during an upgrade, the daemon may not restore its connection to the containers. If the daemon is unable to restore the connection, it ignores the running containers and you must manage them manually.
## Live restore upon restart