spiegel_podman/cmd/podman/common/default.go
Daniel J Walsh fb163976f4
Support setting image_volume_mode in containers.conf
Fixes: https://github.com/containers/podman/issues/14230

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-05-26 14:16:26 -04:00

10 lines
158 B
Go

package common
import (
"github.com/containers/podman/v4/cmd/podman/registry"
)
var (
// Pull in configured json library
json = registry.JSONLibrary()
)