Update Docker containerization docs

The docs indicate that most systems must use a VM for containerization. This is no longer the case as Docker For Mac now uses HyperKit.

See https://docs.docker.com/v17.12/docker-for-mac/docker-toolbox/
This commit is contained in:
Zachary Wasserman 2018-09-20 13:17:58 -04:00 committed by GitHub
parent 97d343b0ab
commit 995c7933b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -14,9 +14,10 @@ workflow across multiple operating systems. Docker is a container management
that can consistently run software as long as a containerization system exists.
Containers are generally more lightweight than virtual machines, so starting
and stopping containers is extremely fast. Most common development machines
don't have a containerization system built-in, and Docker uses a virtual machine
with Linux installed to provide that.
and stopping containers is extremely fast. Docker uses the native
containerization functionality on macOS and Linux, while it must start a Linux
VM for compatibility with Windows.
Currently, Docker lacks support for certain operating systems (such as
BSD). If your target deployment is one of these operating systems,