same for mac, linux and windows
This commit is contained in:
parent
995c7933b3
commit
4a0628afbd
|
@ -15,8 +15,7 @@ that can consistently run software as long as a containerization system exists.
|
||||||
|
|
||||||
Containers are generally more lightweight than virtual machines, so starting
|
Containers are generally more lightweight than virtual machines, so starting
|
||||||
and stopping containers is extremely fast. Docker uses the native
|
and stopping containers is extremely fast. Docker uses the native
|
||||||
containerization functionality on macOS and Linux, while it must start a Linux
|
containerization functionality on macOS, Linux, and Windows.
|
||||||
VM for compatibility with Windows.
|
|
||||||
|
|
||||||
|
|
||||||
Currently, Docker lacks support for certain operating systems (such as
|
Currently, Docker lacks support for certain operating systems (such as
|
||||||
|
|
Loading…
Reference in New Issue