/usr/share/doc/notary/docs/cli.md is in notary 0.1~ds1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <!--[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.
|