diff options
author | Qi Wang <qiwan@redhat.com> | 2018-11-29 09:55:15 -0500 |
---|---|---|
committer | Qi Wang <qiwan@redhat.com> | 2018-12-19 13:36:11 -0500 |
commit | 31edf47285ca9d56cd838aaaf5dae2f5403f7ea1 (patch) | |
tree | 75e00b199c7ef41f96a54cdbc8e6419f0bebc1f9 /docs/podman-image.1.md | |
parent | 68414c5ee3066538903d04d55f135202ca4d333f (diff) | |
download | podman-31edf47285ca9d56cd838aaaf5dae2f5403f7ea1.tar.gz podman-31edf47285ca9d56cd838aaaf5dae2f5403f7ea1.tar.bz2 podman-31edf47285ca9d56cd838aaaf5dae2f5403f7ea1.zip |
Support podman image trust command
Display the trust policy of the host system. The trust policy is stored in the /etc/containers/policy.json file and defines a scope of registries or repositories.
Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'docs/podman-image.1.md')
-rw-r--r-- | docs/podman-image.1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/podman-image.1.md b/docs/podman-image.1.md index 8b812af11..8aa7cee64 100644 --- a/docs/podman-image.1.md +++ b/docs/podman-image.1.md @@ -26,6 +26,7 @@ The image command allows you to manage images | rm | [podman-rm(1)](podman-rmi.1.md) | Removes one or more locally stored images. | | save | [podman-save(1)](podman-save.1.md) | Save an image to docker-archive or oci. | | tag | [podman-tag(1)](podman-tag.1.md) | Add an additional name to a local image. | +| trust | [podman-image-trust(1)](podman-image-trust.1.md) | Manage container image trust policy. ## SEE ALSO podman |