mirror of https://github.com/docker/cli.git
docs: remove boot2docker and docker-machine from glossary
boot2docker is deprecated, and so is docker-machine Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
1ba91e3e56
commit
c246ea8517
|
@ -26,11 +26,6 @@ Docker supports as a storage backend. It implements the
|
|||
|
||||
An image that has no parent is a **base image**.
|
||||
|
||||
## boot2docker
|
||||
|
||||
[boot2docker](https://boot2docker.io/) is a lightweight Linux distribution made
|
||||
specifically to run Docker containers. The boot2docker management tool for Mac and Windows was deprecated and replaced by [`docker-machine`](#machine) which you can install with the Docker Toolbox.
|
||||
|
||||
## bridge
|
||||
|
||||
In terms of generic networking, a bridge is a Link Layer device which forwards
|
||||
|
@ -214,15 +209,6 @@ links provide a legacy interface to connect Docker containers running on the
|
|||
same host to each other without exposing the hosts' network ports. Use the
|
||||
Docker networks feature instead.
|
||||
|
||||
## Machine
|
||||
|
||||
[Machine](https://github.com/docker/machine) is a Docker tool which
|
||||
makes it really easy to create Docker hosts on your computer, on
|
||||
cloud providers and inside your own data center. It creates servers,
|
||||
installs Docker on them, then configures the Docker client to talk to them.
|
||||
|
||||
*Also known as : docker-machine*
|
||||
|
||||
## node
|
||||
|
||||
A [node](https://docs.docker.com/engine/swarm/how-swarm-mode-works/nodes/) is a physical or virtual
|
||||
|
|
Loading…
Reference in New Issue