diff options
Diffstat (limited to 'cmd/podman/volumes/volume.go')
-rw-r--r-- | cmd/podman/volumes/volume.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/podman/volumes/volume.go b/cmd/podman/volumes/volume.go index 06943da62..4d74ff084 100644 --- a/cmd/podman/volumes/volume.go +++ b/cmd/podman/volumes/volume.go @@ -7,6 +7,9 @@ import ( ) var ( + // Pull in configured json library + json = registry.JsonLibrary() + // Command: podman _volume_ volumeCmd = &cobra.Command{ Use: "volume", |