You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: docs/reference/glossary.md
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,6 @@ Docker supports as a storage backend. It implements the
26
26
27
27
An image that has no parent is a **base image**.
28
28
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
-
34
29
## bridge
35
30
36
31
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
214
209
same host to each other without exposing the hosts' network ports. Use the
215
210
Docker networks feature instead.
216
211
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
-
226
212
## node
227
213
228
214
A [node](https://docs.docker.com/engine/swarm/how-swarm-mode-works/nodes/) is a physical or virtual
0 commit comments