Skip to content

Commit 942ca2f

Browse files
Merge pull request #555 from gdevillele/PR_fix_keywords_type_for_datacenter
fix type of keywords entry in frontmatter (in /datacenter/)
2 parents 6ec5958 + 2fc9eca commit 942ca2f

File tree

93 files changed

+254
-354
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+254
-354
lines changed

datacenter/dtr/2.0/architecture.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Learn about the architecture of Docker Trusted Registry.
3+
keywords: docker, registry, dtr, architecture
24
redirect_from:
35
- /docker-trusted-registry/architecture/
4-
description: Learn about the architecture of Docker Trusted Registry.
5-
keywords:
6-
- docker, registry, dtr, architecture
76
title: DTR architecture
87
---
98

@@ -79,4 +78,4 @@ DTR, and join them to create a cluster.
7978
## Where to go next
8079

8180
* [System requirements](install/system-requirements.md)
82-
* [Install DTR](install/index.md)
81+
* [Install DTR](install/index.md)

datacenter/dtr/2.0/configure/config-general.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Configure general settings for Docker Trusted Registry
3+
keywords: docker, documentation, about, technology, understanding, enterprise, hub, general, domain name, HTTP, HTTPS ports, Notary, registry
24
redirect_from:
35
- /docker-trusted-registry/configure/config-general/
4-
description: Configure general settings for Docker Trusted Registry
5-
keywords:
6-
- docker, documentation, about, technology, understanding, enterprise, hub, general, domain name, HTTP, HTTPS ports, Notary, registry
76
title: Configure general settings
87
---
98

@@ -48,4 +47,4 @@ already.
4847

4948
## See also
5049

51-
* [Configure storage settings](config-storage.md)
50+
* [Configure storage settings](config-storage.md)

datacenter/dtr/2.0/configure/config-security.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Security configuration for Docker Trusted Registry
3+
keywords: docker, documentation, about, technology, understanding, configuration, security, enterprise, hub, registry
24
redirect_from:
35
- /docker-trusted-registry/configure/config-security/
4-
description: Security configuration for Docker Trusted Registry
5-
keywords:
6-
- docker, documentation, about, technology, understanding, configuration, security, enterprise, hub, registry
76
title: Security configuration
87
---
98

@@ -227,4 +226,4 @@ Then restart the Docker daemon with `sudo /etc/init.d/docker restart`.
227226
228227
## See also
229228
230-
* [Configure storage options](config-storage.md)
229+
* [Configure storage options](config-storage.md)

datacenter/dtr/2.0/configure/config-storage.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Storage configuration for Docker Trusted Registry
3+
keywords: docker, documentation, about, technology, understanding, configuration, storage, storage drivers, Azure, S3, Swift, enterprise, hub, registry
24
redirect_from:
35
- /docker-trusted-registry/configure/config-storage/
4-
description: Storage configuration for Docker Trusted Registry
5-
keywords:
6-
- docker, documentation, about, technology, understanding, configuration, storage, storage drivers, Azure, S3, Swift, enterprise, hub, registry
76
title: Storage configuration
87
---
98

@@ -231,4 +230,4 @@ ensure your choices make sense.
231230

232231
## See also
233232

234-
* [Configure security settings](config-security.md)
233+
* [Configure security settings](config-security.md)

datacenter/dtr/2.0/configure/configuration.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Configuration overview for Docker Trusted Registry
3+
keywords: docker, documentation, about, technology, understanding, enterprise, hub, registry
24
redirect_from:
35
- /docker-trusted-registry/configure/configuration/
4-
description: Configuration overview for Docker Trusted Registry
5-
keywords:
6-
- docker, documentation, about, technology, understanding, enterprise, hub, registry
76
title: Configuration overview
87
---
98

@@ -39,4 +38,4 @@ a Trusted Registry CLI to the Docker daemon and then restart the daemon.
3938
## See also
4039

4140
* [Monitor DTR](../monitor-troubleshoot/index.md)
42-
* [Troubleshoot DTR](../monitor-troubleshoot/troubleshoot.md)
41+
* [Troubleshoot DTR](../monitor-troubleshoot/troubleshoot.md)

datacenter/dtr/2.0/configure/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Trusted Registry configuration options
3-
keywords:
4-
- docker, documentation, about, technology, install, enterprise, hub, CS engine, Docker Trusted Registry, configure, storage, backend, drivers
3+
keywords: docker, documentation, about, technology, install, enterprise, hub, CS engine, Docker Trusted Registry, configure, storage, backend, drivers
54
title: Configuration of Docker Trusted Registry
65
---
76

@@ -10,4 +9,4 @@ This section includes the following topics:
109
* [Configuration overview](configuration.md)
1110
* [Configure general settings](config-general.md)
1211
* [Security configuration](config-security.md)
13-
* [Storage configuration](config-storage.md)
12+
* [Storage configuration](config-storage.md)

datacenter/dtr/2.0/high-availability/backups-and-disaster-recovery.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2+
description: Learn how to backup your Docker Trusted Registry cluster, and to recover your cluster from an existing backup.
3+
keywords: docker, registry, high-availability, backup, recovery
24
redirect_from:
35
- /docker-trusted-registry/high-availability/backups-and-disaster-recovery/
4-
description: Learn how to backup your Docker Trusted Registry cluster, and to recover
5-
your cluster from an existing backup.
6-
keywords:
7-
- docker, registry, high-availability, backup, recovery
86
title: Backups and disaster recovery
97
---
108

@@ -136,4 +134,4 @@ Where:
136134
## Where to go next
137135

138136
* [Set up high availability](index.md)
139-
* [DTR architecture](../architecture.md)
137+
* [DTR architecture](../architecture.md)

datacenter/dtr/2.0/high-availability/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Learn how to set up Docker Trusted Registry for high availability.
3+
keywords: docker, registry, high-availability, backup, recovery
24
redirect_from:
35
- /docker-trusted-registry/high-availability/high-availability/
4-
description: Learn how to set up Docker Trusted Registry for high availability.
5-
keywords:
6-
- docker, registry, high-availability, backup, recovery
76
title: Set up high availability
87
---
98

@@ -83,4 +82,4 @@ not.
8382
## Where to go next
8483

8584
* [Backups and disaster recovery](backups-and-disaster-recovery.md)
86-
* [DTR architecture](../architecture.md)
85+
* [DTR architecture](../architecture.md)

datacenter/dtr/2.0/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2+
description: Learn how to install, configure, and use Docker Trusted Registry.
3+
keywords: docker, registry, repository, images
24
redirect_from:
35
- /docker-hub-enterprise/
46
- /docker-trusted-registry/overview/
57
- /docker-trusted-registry/
6-
description: Learn how to install, configure, and use Docker Trusted Registry.
7-
keywords:
8-
- docker, registry, repository, images
98
title: Docker Trusted Registry overview
109
---
1110

@@ -40,4 +39,4 @@ access to your Docker images.
4039
## Where to go next
4140

4241
* [DTR architecture](architecture.md)
43-
* [Install DTR](install/index.md)
42+
* [Install DTR](install/index.md)

datacenter/dtr/2.0/install/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2+
description: Learn how to install Docker Trusted Registry for production.
3+
keywords: docker, dtr, registry, install
24
redirect_from:
35
- /docker-trusted-registry/install/dtr-ami-byol-launch/
46
- /docker-trusted-registry/install/dtr-ami-bds-launch/
57
- /docker-trusted-registry/install/dtr-vhd-azure/
68
- /docker-trusted-registry/install/install-dtr/
7-
description: Learn how to install Docker Trusted Registry for production.
8-
keywords:
9-
- docker, dtr, registry, install
109
title: Install Docker Trusted Registry
1110
---
1211

@@ -159,4 +158,4 @@ replicas:
159158
## See also
160159

161160
* [Install DTR offline](install-dtr-offline.md)
162-
* [Upgrade DTR](upgrade/upgrade-major.md)
161+
* [Upgrade DTR](upgrade/upgrade-major.md)

datacenter/dtr/2.0/install/install-dtr-offline.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
redirect_from:
3-
- /docker-trusted-registry/install/install-dtr-offline/
42
description: Learn how to install Docker Trusted Registry on a machine with no internet
53
access.
6-
keywords:
7-
- docker, registry, install, offline
4+
keywords: docker, registry, install, offline
5+
redirect_from:
6+
- /docker-trusted-registry/install/install-dtr-offline/
87
title: Install Docker Trusted Registry offline
98
---
109

@@ -57,4 +56,4 @@ copy that package to the nodes where you’ll install DTR.
5756
## Where to go next
5857
5958
* [DTR architecture](../architecture.md)
60-
* [Install DTR](index.md)
59+
* [Install DTR](index.md)

datacenter/dtr/2.0/install/license.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2+
description: Learn how to license your Docker Trusted Registry installation.
3+
keywords: docker, dtr, install, license
24
redirect_from:
35
- /docker-trusted-registry/license/
46
- /docker-trusted-registry/install/license
5-
description: Learn how to license your Docker Trusted Registry installation.
6-
keywords:
7-
- docker, dtr, install, license
87
title: License Docker Trusted Registry
98
---
109

@@ -41,4 +40,4 @@ Click the **Apply new license** button, and upload your new license file.
4140
## Where to go next
4241

4342
* [Install DTR](index.md)
44-
* [Install DTR offline](install-dtr-offline.md)
43+
* [Install DTR offline](install-dtr-offline.md)

datacenter/dtr/2.0/install/system-requirements.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Learn about the system requirements for installing Docker Trusted Registry.
3+
keywords: docker, DTR, architecture, requirements
24
redirect_from:
35
- /docker-trusted-registry/install/system-requirements/
4-
description: Learn about the system requirements for installing Docker Trusted Registry.
5-
keywords:
6-
- docker, DTR, architecture, requirements
76
title: Docker Trusted Registry system requirements
87
---
98

@@ -46,4 +45,4 @@ Docker Datacenter is a software subscription that includes 3 products:
4645
## Where to go next
4746

4847
* [DTR architecture](../architecture.md)
49-
* [Install DTR](index.md)
48+
* [Install DTR](index.md)

datacenter/dtr/2.0/install/uninstall.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Learn how to uninstall your Docker Trusted Registry installation.
3+
keywords: docker, dtr, install, uninstall
24
redirect_from:
35
- /docker-trusted-registry/install/uninstall/
4-
description: Learn how to uninstall your Docker Trusted Registry installation.
5-
keywords:
6-
- docker, dtr, install, uninstall
76
title: Uninstall Docker Trusted Registry
87
---
98

@@ -60,4 +59,4 @@ Now you can confirm on Docker Universal Control Plane that the DTR replica
6059
## Where to go next
6160

6261
* [Install DTR](index.md)
63-
* [Install DTR offline](install-dtr-offline.md)
62+
* [Install DTR offline](install-dtr-offline.md)

datacenter/dtr/2.0/install/upgrade/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Learn how to upgrade your Docker Trusted Registry to a new minor version or patch release.
3+
keywords: docker, dtr, upgrade, install
24
redirect_from:
35
- /docker-trusted-registry/install/upgrade/upgrade-minor/
4-
description: Learn how to upgrade your Docker Trusted Registry to a new minor version or patch release.
5-
keywords:
6-
- docker, dtr, upgrade, install
76
title: Upgrade from 2.0.0
87
---
98

@@ -67,4 +66,4 @@ To upgrade DTR you use the `docker/dtr upgrade` command.
6766
## Where to go next
6867

6968
* [Upgrade to DTR 2.0](upgrade-major.md)
70-
* [Monitor DTR](../../monitor-troubleshoot/index.md)
69+
* [Monitor DTR](../../monitor-troubleshoot/index.md)

datacenter/dtr/2.0/install/upgrade/upgrade-major.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2+
description: Learn how to upgrade your Docker Trusted Registry to the latest major release.
3+
keywords: docker, dtr, upgrade, install
24
redirect_from:
35
- /docker-trusted-registry/install/upgrade/
46
- /docker-trusted-registry/upgrade/upgrade-major/
5-
description: Learn how to upgrade your Docker Trusted Registry to the latest major
6-
release.
7-
keywords:
8-
- docker, dtr, upgrade, install
97
title: Upgrade from 1.4.3
108
---
119

@@ -206,4 +204,4 @@ containers.
206204
## Where to go next
207205
208206
* [Upgrade to DTR 2.x](index.md)
209-
* [Monitor DTR](../../monitor-troubleshoot/index.md)
207+
* [Monitor DTR](../../monitor-troubleshoot/index.md)

datacenter/dtr/2.0/monitor-troubleshoot/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Learn how to monitor your DTR installation.
3+
keywords: docker, registry, monitor, troubleshoot
24
redirect_from:
35
- /docker-trusted-registry/monitor-troubleshoot/monitor/
4-
description: Learn how to monitor your DTR installation.
5-
keywords:
6-
- docker, registry, monitor, troubleshoot
76
title: Monitor Docker Trusted Registry
87
---
98

@@ -31,4 +30,4 @@ resources, and logs.
3130
## Where to go next
3231

3332
* [Troubleshoot DTR](troubleshoot.md)
34-
* [DTR architecture](../architecture.md)
33+
* [DTR architecture](../architecture.md)

datacenter/dtr/2.0/monitor-troubleshoot/troubleshoot.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2+
description: Learn how to troubleshoot your DTR installation.
3+
keywords: docker, registry, monitor, troubleshoot
24
redirect_from:
35
- /docker-trusted-registry/adminguide/
46
- /docker-trusted-registry/monitor/troubleshoot
5-
description: Learn how to troubleshoot your DTR installation.
6-
keywords:
7-
- docker, registry, monitor, troubleshoot
87
title: Troubleshoot Docker Trusted Registry
98
---
109

@@ -66,4 +65,4 @@ via the following docker command:
6665

6766
```
6867
docker run --rm -v dtr-ca-$REPLICA_ID:/ca --net dtr-br -it --entrypoint /etcdctl docker/dtr-etcd:v2.2.4 --endpoint https://dtr-etcd-$REPLICA_ID.dtr-br:2379 --ca-file /ca/etcd/cert.pem --key-file /ca/etcd-client/key.pem --cert-file /ca/etcd-client/cert.pem
69-
```
68+
```

datacenter/dtr/2.0/reference/backup.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Docker Trusted Registry backup command reference.
3-
keywords:
4-
- docker, registry, reference, backup
3+
keywords: docker, registry, reference, backup
54
title: docker/dtr backup
65
---
76

@@ -42,4 +41,4 @@ stored securely.
4241
| `--ucp-insecure-tls` | Disable TLS verification for UCP |
4342
| `--ucp-ca` | Use a PEM-encoded TLS CA certificate for UCP |
4443
| `--existing-replica-id` | ID of an existing replica in a cluster |
45-
| `--config-only` | Backup/restore only the configurations of DTR and not the database |
44+
| `--config-only` | Backup/restore only the configurations of DTR and not the database |

datacenter/dtr/2.0/reference/dumpcerts.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Docker Trusted Registry dumpcerts command reference.
3-
keywords:
4-
- docker, registry, reference, dumpcerts
3+
keywords: docker, registry, reference, dumpcerts
54
title: docker/dtr dumpcerts
65
---
76

@@ -32,4 +31,4 @@ communicating across replicas with TLS.
3231
| `--hub-password` | Specify the Docker Hub password for pulling images |
3332
| `--ucp-insecure-tls` | Disable TLS verification for UCP |
3433
| `--ucp-ca` | Use a PEM-encoded TLS CA certificate for UCP |
35-
| `--existing-replica-id` | ID of an existing replica in a cluster |
34+
| `--existing-replica-id` | ID of an existing replica in a cluster |

datacenter/dtr/2.0/reference/images.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Docker Trusted Registry images command reference.
3-
keywords:
4-
- docker, registry, reference, images
3+
keywords: docker, registry, reference, images
54
title: docker/dtr images
65
---
76

@@ -16,4 +15,4 @@ docker run -it --rm docker/dtr \
1615

1716
## Description
1817

19-
This command lists all the images necessary to install DTR.
18+
This command lists all the images necessary to install DTR.

0 commit comments

Comments
 (0)