MCPcopy Create free account
hub / github.com/docker/cli / MountOpt

Struct MountOpt

opts/mount.go:17–19  ·  view source on GitHub ↗

MountOpt is a Value type for parsing mounts

Source from the content-addressed store, hash-verified

15
16// MountOpt is a Value type for parsing mounts
17type MountOpt struct {
18 values []mounttypes.Mount
19}
20
21// Set a new mount value
22//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected