mirror of https://github.com/docker/docs.git
Fix Windows container reference (#2426)
Clarified the sentence on running Linux containers on Windows. You can't do that, but you can run Linux containers with *Docker for Windows*, which spins up a Moby VM for Linux containers.
This commit is contained in:
parent
75b388c49a
commit
a2d1a8213f
|
@ -11,7 +11,7 @@ option helps reduce container downtime due to daemon crashes, planned outages,
|
||||||
or upgrades.
|
or upgrades.
|
||||||
|
|
||||||
> **Note**: Live restore is not supported on Windows containers, but it does work
|
> **Note**: Live restore is not supported on Windows containers, but it does work
|
||||||
for Linux containers running on Windows.
|
for Linux containers running on Docker for Windows.
|
||||||
|
|
||||||
## Enable the live restore option
|
## Enable the live restore option
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue