mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #23354 from riyazdf/notary-delegation-env
Add link to notary environment vars from docker trust automation section
This commit is contained in:
commit
5b1060c775
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ latest: digest: sha256:d149ab53f871 size: 3355
|
|||
Signing and pushing trust metadata
|
||||
```
|
||||
|
||||
When working directly with the Notary client, it will use its [own set of environment variables](/notary/reference/client-config.md#environment-variables-optional).
|
||||
|
||||
## Building with content trust
|
||||
|
||||
You can also build with content trust. Before running the `docker build` command, you should set the environment variable `DOCKER_CONTENT_TRUST` either manually or in a scripted fashion. Consider the simple Dockerfile below.
|
||||
|
|
Loading…
Add table
Reference in a new issue