mirror of https://github.com/docker/docs.git
parent
7427f0ab76
commit
97a1001fe9
|
|
@ -41,7 +41,7 @@ Compose: |
|
||||||
copy-on-write: |
|
copy-on-write: |
|
||||||
Docker uses a
|
Docker uses a
|
||||||
[copy-on-write](/engine/userguide/storagedriver/imagesandcontainers/#/the-copy-on-write-strategy)
|
[copy-on-write](/engine/userguide/storagedriver/imagesandcontainers/#/the-copy-on-write-strategy)
|
||||||
technique and a [union file system](#union-file-system) for both images and
|
technique and a [union file system](#union file system) for both images and
|
||||||
containers to optimize resources and speed performance. Multiple copies of an
|
containers to optimize resources and speed performance. Multiple copies of an
|
||||||
entity share the same instance and each one makes only specific changes to its
|
entity share the same instance and each one makes only specific changes to its
|
||||||
unique layer.
|
unique layer.
|
||||||
|
|
@ -163,8 +163,8 @@ image: |
|
||||||
does not have state and it never changes.
|
does not have state and it never changes.
|
||||||
Kitematic: |
|
Kitematic: |
|
||||||
A legacy GUI, bundled with [Docker Toolbox](#toolbox), for managing Docker
|
A legacy GUI, bundled with [Docker Toolbox](#toolbox), for managing Docker
|
||||||
containers. We recommend upgrading to [Docker for Mac](#docker-for-mac) or
|
containers. We recommend upgrading to [Docker for Mac](#docker for mac) or
|
||||||
[Docker for Windows](#docker-for-windows/), which have superseded Kitematic.
|
[Docker for Windows](#docker for windows/), which have superseded Kitematic.
|
||||||
layer: |
|
layer: |
|
||||||
In an image, a layer is modification to the image, represented by an instruction in the
|
In an image, a layer is modification to the image, represented by an instruction in the
|
||||||
Dockerfile. Layers are applied in sequence to the base image to create the final image.
|
Dockerfile. Layers are applied in sequence to the base image to create the final image.
|
||||||
|
|
@ -223,7 +223,7 @@ registry: |
|
||||||
A Registry is a hosted service containing [repositories](#repository) of [images](#image)
|
A Registry is a hosted service containing [repositories](#repository) of [images](#image)
|
||||||
which responds to the Registry API.
|
which responds to the Registry API.
|
||||||
|
|
||||||
The default registry can be accessed using a browser at [Docker Hub](#docker-hub)
|
The default registry can be accessed using a browser at [Docker Hub](#docker Chub)
|
||||||
or using the `docker search` command.
|
or using the `docker search` command.
|
||||||
repository: |
|
repository: |
|
||||||
A repository is a set of Docker images. A repository can be shared by pushing it
|
A repository is a set of Docker images. A repository can be shared by pushing it
|
||||||
|
|
@ -275,9 +275,9 @@ subject: |
|
||||||
granted a role for access to a collection of swarm resources.
|
granted a role for access to a collection of swarm resources.
|
||||||
For more about role-based access, see [Authentication](/datacenter/ucp/2.2/guides/access-control/index.md).
|
For more about role-based access, see [Authentication](/datacenter/ucp/2.2/guides/access-control/index.md).
|
||||||
swarm: |
|
swarm: |
|
||||||
A [swarm](/engine/swarm/) is a cluster of one or more Docker Engines running in [swarm mode](#swarm-mode).
|
A [swarm](/engine/swarm/) is a cluster of one or more Docker Engines running in [swarm mode](#swarm mode).
|
||||||
Docker Swarm: |
|
Docker Swarm: |
|
||||||
Do not confuse [Docker Swarm](https://github.com/docker/swarm) with the [swarm mode](#swarm-mode) features in Docker Engine.
|
Do not confuse [Docker Swarm](https://github.com/docker/swarm) with the [swarm mode](#swarm mode) features in Docker Engine.
|
||||||
|
|
||||||
Docker Swarm is the name of a standalone native clustering tool for Docker.
|
Docker Swarm is the name of a standalone native clustering tool for Docker.
|
||||||
Docker Swarm pools together several Docker hosts and exposes them as a single
|
Docker Swarm pools together several Docker hosts and exposes them as a single
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue