DEBSOURCES
Skip Quicknav
sources / podman / 5.7.0%2Bds2-3 / libpod / define / mount_unsupported.go
12345678
//go:build !linux && !freebsd package define const ( // TypeBind is the type for mounting host dir TypeBind = "bind" )