mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
libpod: Use platform-specific mount type for volume mounts
[NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
This commit is contained in:
@ -51,6 +51,10 @@ import (
|
||||
"golang.org/x/sys/unix"
|
||||
)
|
||||
|
||||
var (
|
||||
bindOptions = []string{}
|
||||
)
|
||||
|
||||
// Network stubs to decouple container_internal_freebsd.go from
|
||||
// networking_freebsd.go so they can be reviewed separately.
|
||||
func (r *Runtime) createNetNS(ctr *Container) (netJail string, q map[string]types.StatusBlock, retErr error) {
|
||||
|
Reference in New Issue
Block a user