summaryrefslogtreecommitdiff
path: root/cmd/podman/system/system.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/system/system.go')
-rw-r--r--cmd/podman/system/system.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/podman/system/system.go b/cmd/podman/system/system.go
index 6d8c9ebc5..2d55e8c13 100644
--- a/cmd/podman/system/system.go
+++ b/cmd/podman/system/system.go
@@ -7,6 +7,9 @@ import (
)
var (
+ // Pull in configured json library
+ json = registry.JsonLibrary()
+
// Command: podman _system_
systemCmd = &cobra.Command{
Use: "system",