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

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

var (

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