mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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.
This commit is contained in:
committed by
Misty Stanley-Jones
parent
9e83ad894b
commit
707b0359f4
@@ -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.
|
||||
and keeps containers running according to a service specification.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user