summaryrefslogtreecommitdiff
path: root/vendor/github.com/projectatomic/buildah/util/types.go
blob: bce419c026c43d4a217a3db5a18d7421446c70e5 (plain)
1
2
3
4
5
6
7
8
9
10
package util

const (
	// DefaultRuntime is the default command to use to run the container.
	DefaultRuntime = "runc"
	// DefaultCNIPluginPath is the default location of CNI plugin helpers.
	DefaultCNIPluginPath = "/usr/libexec/cni:/opt/cni/bin"
	// DefaultCNIConfigDir is the default location of CNI configuration files.
	DefaultCNIConfigDir = "/etc/cni/net.d"
)