func()

in mpdev/internal/resources/container_process.go [48:50]


func (bm *bindMount) getMount() string {
	return fmt.Sprintf("type=bind,src=%s,dst=%s", bm.src, bm.dst)
}