diff options
Diffstat (limited to 'cmd/podman/images/image.go')
-rw-r--r-- | cmd/podman/images/image.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/podman/images/image.go b/cmd/podman/images/image.go index 37e46ab9e..604f49251 100644 --- a/cmd/podman/images/image.go +++ b/cmd/podman/images/image.go @@ -7,6 +7,9 @@ import ( ) var ( + // Pull in configured json library + json = registry.JsonLibrary() + // Command: podman _image_ imageCmd = &cobra.Command{ Use: "image", |