From 31edf47285ca9d56cd838aaaf5dae2f5403f7ea1 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Thu, 29 Nov 2018 09:55:15 -0500 Subject: 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 --- cmd/podman/image.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/image.go') diff --git a/cmd/podman/image.go b/cmd/podman/image.go index 95af36df5..e978b9cf5 100644 --- a/cmd/podman/image.go +++ b/cmd/podman/image.go @@ -19,6 +19,7 @@ var ( rmImageCommand, saveCommand, tagCommand, + trustCommand, } imageDescription = "Manage images" -- cgit v1.2.3-54-g00ecf