mirror of https://github.com/docker/docs.git
Update deploying_notary.md (#4461)
* Update deploying_notary.md * No '$' on one-line CLI snippets pls!
This commit is contained in:
parent
e9101f07d2
commit
7884184388
|
@ -1,21 +1,21 @@
|
|||
---
|
||||
description: Deploying Notary
|
||||
keywords: trust, security, notary, deployment
|
||||
title: Deploying Notary Server with Compose
|
||||
title: Deploy Notary Server with Compose
|
||||
---
|
||||
|
||||
The easiest way to deploy Notary Server is by using Docker Compose. To follow the procedure on this page, you must have already [installed Docker Compose](/compose/install.md).
|
||||
|
||||
1. Clone the Notary repository.
|
||||
|
||||
git clone git@github.com:docker/notary.git
|
||||
git clone git@github.com:docker/notary.git
|
||||
|
||||
2. Build and start Notary Server with the sample certificates.
|
||||
|
||||
docker-compose up -d
|
||||
docker-compose up -d
|
||||
|
||||
|
||||
For more detailed documentation about how to deploy Notary Server see the [instructions to run a Notary service](/notary/running_a_service.md) as well as [the Notary repository](https://github.com/docker/notary) for more information.
|
||||
For more detailed documentation about how to deploy Notary Server, see the [instructions to run a Notary service](/notary/running_a_service.md) as well as [the Notary repository](https://github.com/docker/notary) for more information.
|
||||
3. Make sure that your Docker or Notary client trusts Notary Server's certificate before you try to interact with the Notary server.
|
||||
|
||||
See the instructions for [Docker](../../reference/commandline/cli.md#notary) or
|
||||
|
@ -24,5 +24,5 @@ for [Notary](https://github.com/docker/notary#using-notary) depending on which o
|
|||
## If you want to use Notary in production
|
||||
|
||||
Please check back here for instructions after Notary Server has an official
|
||||
stable release. To get a head start on deploying Notary in production see
|
||||
stable release. To get a head start on deploying Notary in production, see
|
||||
[the Notary repository](https://github.com/docker/notary).
|
||||
|
|
Loading…
Reference in New Issue