Merge pull request #10222 from zwass/patch-1
Update Docker containerization docs
This commit is contained in:
commit
7402823ad0
|
@ -14,9 +14,9 @@ workflow across multiple operating systems. Docker is a container management
|
||||||
that can consistently run software as long as a containerization system exists.
|
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. Most common development machines
|
and stopping containers is extremely fast. Docker uses the native
|
||||||
don't have a containerization system built-in, and Docker uses a virtual machine
|
containerization functionality on macOS, Linux, and Windows.
|
||||||
with Linux installed to provide that.
|
|
||||||
|
|
||||||
Currently, Docker lacks support for certain operating systems (such as
|
Currently, Docker lacks support for certain operating systems (such as
|
||||||
BSD). If your target deployment is one of these operating systems,
|
BSD). If your target deployment is one of these operating systems,
|
||||||
|
|
Loading…
Reference in New Issue