mirror of
https://github.com/containers/podman.git
synced 2025-07-29 11:22:38 +08:00

This allows us to redefine to the equivalent nullfs on FreeBSD. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
9 lines
123 B
Go
9 lines
123 B
Go
//go:build !linux && !freebsd
|
|
|
|
package define
|
|
|
|
const (
|
|
// TypeBind is the type for mounting host dir
|
|
TypeBind = "bind"
|
|
)
|