Clarify which version of Notary to use with EE (#540)

This commit is contained in:
Joao Fernandes 2018-03-09 11:32:46 -08:00 committed by Jim Galasyn
parent ca5c091385
commit 9311be5619
1 changed files with 10 additions and 2 deletions

View File

@ -23,13 +23,21 @@ So before signing and pushing images to DTR you should:
This allows you to start signing images with the private keys in your UCP This allows you to start signing images with the private keys in your UCP
client bundle, that UCP can trace back to your user account. client bundle, that UCP can trace back to your user account.
## System requirements
The version of Notary you install, depends on the version of the Docker CLI
you're using:
* Docker CLI 17.08 or older, use Notary 0.4.3.
* Docker CLI 17.09 or newer, use Notary 0.6.0.
## Download the Notary CLI client ## Download the Notary CLI client
If you're using Docker for Mac or Docker for Windows, you already have the If you're using Docker for Mac or Docker for Windows, you already have the
`notary` command installed. `notary` command installed.
If you're running Docker on a Linux distribution, you can [download the If you're running Docker on a Linux distribution, you can [download
latest version](https://github.com/docker/notary/releases). As an example: Notary from Github](https://github.com/docker/notary/releases). As an example:
```bash ```bash
# Get the latest binary # Get the latest binary