MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / VolumeMapSimple

Struct VolumeMapSimple

cli/pkg/docker/compose/volume_map_simple.go:28–32  ·  view source on GitHub ↗

路径(Short Syntax)

Source from the content-addressed store, hash-verified

26
27// 路径(Short Syntax)
28type VolumeMapSimple struct {
29 Host string // 外部主机的路径
30 Container string // 内部容器的路径
31 Mode string // 权限
32}
33
34// 新建一个路径A到路径B的映射
35func NewVolumeMapSimple(hostVolumeMap string, containerVolumeMap string) VolumeMapSimple {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected