From 97a1001fe91e94fff8b57bef0c6106dfe58784bd Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Fri, 15 Dec 2017 15:08:30 -0800 Subject: [PATCH] Convert inter-term link URL dashes to spaces Fixes #5288 --- _data/glossary.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_data/glossary.yaml b/_data/glossary.yaml index c2b00b351c..e5aaa6fcf4 100644 --- a/_data/glossary.yaml +++ b/_data/glossary.yaml @@ -41,7 +41,7 @@ Compose: | copy-on-write: | Docker uses a [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 entity share the same instance and each one makes only specific changes to its unique layer. @@ -163,8 +163,8 @@ image: | does not have state and it never changes. Kitematic: | A legacy GUI, bundled with [Docker Toolbox](#toolbox), for managing Docker - containers. We recommend upgrading to [Docker for Mac](#docker-for-mac) or - [Docker for Windows](#docker-for-windows/), which have superseded Kitematic. + containers. We recommend upgrading to [Docker for Mac](#docker for mac) or + [Docker for Windows](#docker for windows/), which have superseded Kitematic. layer: | 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. @@ -223,7 +223,7 @@ registry: | A Registry is a hosted service containing [repositories](#repository) of [images](#image) 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. repository: | 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. For more about role-based access, see [Authentication](/datacenter/ucp/2.2/guides/access-control/index.md). 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: | - 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 pools together several Docker hosts and exposes them as a single