Skip to content

Commit 41ef7c4

Browse files
committed
docs: remove boot2docker and docker-machine from glossary
boot2docker is deprecated, and so is docker-machine Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit c246ea8) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 199b872 commit 41ef7c4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/reference/glossary.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ Docker supports as a storage backend. It implements the
2626

2727
An image that has no parent is a **base image**.
2828

29-
## boot2docker
30-
31-
[boot2docker](https://boot2docker.io/) is a lightweight Linux distribution made
32-
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.
33-
3429
## bridge
3530

3631
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
214209
same host to each other without exposing the hosts' network ports. Use the
215210
Docker networks feature instead.
216211

217-
## Machine
218-
219-
[Machine](https://github.com/docker/machine) is a Docker tool which
220-
makes it really easy to create Docker hosts on your computer, on
221-
cloud providers and inside your own data center. It creates servers,
222-
installs Docker on them, then configures the Docker client to talk to them.
223-
224-
*Also known as : docker-machine*
225-
226212
## node
227213

228214
A [node](https://docs.docker.com/engine/swarm/how-swarm-mode-works/nodes/) is a physical or virtual

0 commit comments

Comments
 (0)