aboutsummaryrefslogtreecommitdiff
path: root/libpod/define/mount_linux.go
blob: 5ef84890523590681dc3c6108ccba9e6456ec249 (plain)
1
2
3
4
5
6
7
8
//go:build linux

package define

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