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
aufs (advanced multi layered unification filesystem) is a Linux [filesystem](#filesystem) that
22
-
Docker supports as a storage backend. It implements the
23
-
[union mount](https://en.wikipedia.org/wiki/Union_mount) for Linux file systems.
24
-
25
19
## base image
26
20
27
21
An image that has no parent is a **base image**.
28
22
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
23
## bridge
35
24
36
25
In terms of generic networking, a bridge is a Link Layer device which forwards
@@ -183,7 +172,7 @@ and assign them locations for efficient storage and retrieval.
183
172
184
173
Examples :
185
174
186
-
- Linux : ext4, aufs, btrfs, zfs
175
+
- Linux : ext4, btrfs, zfs
187
176
- Windows : NTFS
188
177
- macOS : HFS+
189
178
@@ -214,15 +203,6 @@ links provide a legacy interface to connect Docker containers running on the
214
203
same host to each other without exposing the hosts' network ports. Use the
215
204
Docker networks feature instead.
216
205
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
206
## node
227
207
228
208
A [node](https://docs.docker.com/engine/swarm/how-swarm-mode-works/nodes/) is a physical or virtual
0 commit comments