mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +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
110 B
Go
9 lines
110 B
Go
//go:build linux
|
|
|
|
package define
|
|
|
|
const (
|
|
// TypeBind is the type for mounting host dir
|
|
TypeBind = "bind"
|
|
)
|