mirror of https://github.com/docker/docs.git
Correct version typo in live-restore doc. (#5121)
The paragraph mentions that live restore is only supported for minor releases (aka patch releases) but goes on to show "1.12.1" updated to "1.13.2". This is unfortunately a pretty nasty typo and should be "1.12.2" not "1.13.2". Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
82d7a8aa5e
commit
73878e84ae
|
@ -45,7 +45,7 @@ config.json, see [daemon configuration file](../reference/commandline/dockerd.md
|
|||
|
||||
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.
|
||||
1.12.1 to 1.12.2.
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue