Files
docker-docs/docs/cli.md
Mary Anthony aa50ca6cd6 Adding Notary to ddc
Making title conform
Updating links to the script/menu label

Signed-off-by: Mary Anthony <mary@docker.com>
2016-01-30 06:24:20 -08:00

20 lines
525 B
Markdown

<!--[metadata]>
+++
draft=true
title = "Notary CLI"
description = "Description of the Notary CLI"
keywords = ["docker, notary, trust, image, signing, repository, cli"]
[menu.main]
parent="mn_notary"
+++
<![end-metadata]-->
# Notary CLI
## Notary Server
The default notary server URL is [https://notary-server:4443/]. This default value can overridden (by priority order):
- by specifying the option `--server/-s` on commands requiring call to the notary server.
- by setting the `NOTARY_SERVER_URL` environment variable.