Skip to content

Commit

Permalink
docs: remove boot2docker and docker-machine from glossary
Browse files Browse the repository at this point in the history
boot2docker is deprecated, and so is docker-machine

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit c246ea8)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed May 19, 2023
1 parent 199b872 commit 41ef7c4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 41ef7c4

Please sign in to comment.