mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
Use constants for mount types
Inspired by https://github.com/containers/podman/pull/19238 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -9,5 +9,5 @@ const (
|
||||
|
||||
var (
|
||||
// Mount potions for bind
|
||||
BindOptions = []string{"bind"}
|
||||
BindOptions = []string{TypeBind}
|
||||
)
|
||||
|
Reference in New Issue
Block a user