Skip to content

Commit 5f539ed

Browse files
authored
Merge pull request docker#10281 from justincormack/notary
Use Notary not "Docker Notary"
2 parents 12cf5da + 92f12b2 commit 5f539ed

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for the new domain. This also works with IP addresses.
3030

3131
## Docker Content Trust
3232

33-
The Trusted Registry's includes integration with of Docker Notary to provide
33+
The Trusted Registry's includes integration with of Notary to provide
3434
Content Trust functionality, allowing your organization to push and pull
3535
trusted images. After pushing images in the Trusted Registry, you can see
3636
which image tags were signed by viewing the appropriate repositories through
@@ -47,4 +47,4 @@ already.
4747

4848
## See also
4949

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

datacenter/dtr/2.0/release-notes/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ future release. Configure user authentication in UCP.
141141
This issue should be fixed on CS Engine 1.12.
142142
* When the DTR proxy container stops, it may seem that the DTR UI is
143143
responding, but it shows an "empty" notification when saving settings.
144-
* When configuring DTR to use a proxy, connections to the Docker Notary server
145-
are routed through the proxy. If the Docker Notary is not reachable through
144+
* When configuring DTR to use a proxy, connections to the Notary server
145+
are routed through the proxy. If the Notary is not reachable through
146146
the proxy, you need to add the Notary server url to the NO_PROXY settings.
147147

148148
## Version 2.0.0
@@ -224,4 +224,4 @@ future release. Configure user authentication in UCP.
224224
## Prior versions
225225

226226
You can find the release notes for older versions of DTR on the
227-
[release notes archive](prior-release-notes.md).
227+
[release notes archive](prior-release-notes.md).

datacenter/ucp/2.0/guides/content-trust/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ team, or someone that is a member of all those teams.
3333
If you don't specify any team, the image will be trusted as long as it is signed
3434
by any UCP user whose keys are trusted in a Notary delegation role.
3535

36-
## Set up the Docker Notary CLI client
36+
## Set up the Notary CLI client
3737

3838
After you configure UCP to only run applications that use Docker images you
3939
trust, you need to specify which Docker images can be trusted using the Docker
@@ -67,7 +67,7 @@ $ alias notary="notary -s https://<dtr_url> -d ~/.docker/trust --tlscacert <dtr_
6767

6868
## Set up a trusted image repository
6969

70-
Once your Docker Notary CLI client is configured, you can check if Notary has
70+
Once your Notary CLI client is configured, you can check if Notary has
7171
information about a specific repository:
7272

7373
```bash
@@ -90,7 +90,7 @@ a passphrase to encrypt the private key, and stores the key pair in the
9090
directory you've specified with the `notary -d` flag.
9191
You should ensure you create backups for these keys, and that they are kept
9292
securely and offline.
93-
[Learn more about the keys used by Docker Notary.](/engine/security/trust/trust_key_mng.md)
93+
[Learn more about the keys used by Notary.](/engine/security/trust/trust_key_mng.md)
9494

9595
## Sign and push an image
9696

notary/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Performing basic operation to use Notary in tandem with Docker Content Trust.
33
keywords: docker, Notary, notary-client, docker content trust, content trust
4-
title: Get started with Docker Notary
4+
title: Get started with Notary
55
---
66

77
This document describes basic use of the Notary CLI as a tool supporting Docker

notary/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: List of Notary Documentation
33
keywords: docker, notary, trust, image, signing, repository, tuf
4-
title: Docker Notary
4+
title: Notary
55
notoc: true
66
---
77

0 commit comments

Comments
 (0)