summaryrefslogtreecommitdiff
path: root/cmd/podman/common/default.go
blob: 7997e761c727aed56ceac31547fdfa58dc8a14b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package common

import (
	"github.com/containers/podman/v3/cmd/podman/registry"
)

var (

	// DefaultImageVolume default value
	DefaultImageVolume = "bind"
	// Pull in configured json library
	json = registry.JSONLibrary()
)