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:
Brian Goff 2017-10-26 16:58:25 -04:00 committed by John Mulhausen
parent 82d7a8aa5e
commit 73878e84ae
1 changed files with 1 additions and 1 deletions

View File

@ -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.