aboutsummaryrefslogtreecommitdiff
path: root/libpod/define/mount_unsupported.go
blob: cb8642fe24ba8f697caa8dada31a9f6d791200f5 (plain)
1
2
3
4
5
6
7
8
//go:build !linux && !freebsd

package define

const (
	// TypeBind is the type for mounting host dir
	TypeBind = "bind"
)