From 707b0359f4e60518ccfc45cd4df77241ae720f1f Mon Sep 17 00:00:00 2001 From: Bhumika Bayani Date: Sat, 19 Nov 2016 04:06:26 +0530 Subject: [PATCH] live-restore unsupported on Windows (#564) * live-restore unsupported on Windows Replaced heading with note. Review comment implementation Fixes doc for https://github.com/docker/docker/issues/28295 Added quote formatting for a note * Moved the note, some rewording The situation is actually more complicated than that. If you develop Linux containers on Windows, you can still use Live Restore. So I tried to make it more clear. Also moved the note to the top of the file since there is no point making people read a whole long thing if it won't work for them. --- engine/admin/live-restore.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/engine/admin/live-restore.md b/engine/admin/live-restore.md index be96cc9bda..697cfa6827 100644 --- a/engine/admin/live-restore.md +++ b/engine/admin/live-restore.md @@ -10,6 +10,9 @@ containers remain running if the daemon becomes unavailable. The live restore option helps reduce container downtime due to daemon crashes, planned outages, or upgrades. +> **Note**: Live restore is not supported on Windows containers, but it does work +for Linux containers running on Windows. + ## Enable the live restore option There are two ways to enable the live restore setting to keep containers alive @@ -71,4 +74,5 @@ You can modify the kernel's buffer size by changing `/proc/sys/fs/pipe-max-size` The live restore option is not compatible with Docker Engine swarm mode. When the Docker Engine runs in swarm mode, the orchestration feature manages tasks -and keeps containers running according to a service specification. \ No newline at end of file +and keeps containers running according to a service specification. +