1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Change "virtualization" to "containerization"

* Wording around what docker-machine does since the phrase "Docker virtual machine" can cause some confusion.
* Docker Machine isn't a distro in and of itself. It still uses boot2docker as the distro.
* Remove "virtualization" keywords.

Signed-off-by: Jeff Anderson <jeff@docker.com>
This commit is contained in:
Jeff Anderson 2015-12-07 13:29:09 -07:00
parent 41ae615aa1
commit 0d1c5193b3
15 changed files with 29 additions and 29 deletions

View file

@ -111,7 +111,7 @@ and choosing "Open" from the pop-up menu.
To run a Docker container, you:
* create a new (or start an existing) Docker virtual machine
* create a new (or start an existing) virtual machine that runs Docker.
* switch your environment to your new VM
* use the `docker` client to create, load, and manage containers