mirror of https://github.com/docker/docs.git
19 lines
514 B
Markdown
19 lines
514 B
Markdown
<!--[metadata]>
|
|
+++
|
|
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.
|