Closed
Description
Sorry for the babygopher question, but cannot find an example in the test cases or docs or google.
containers.go Config
defines Volumes map[string]struct{}
.
How do I pass in the equivalent to docker run -v /host/path:/inner
?
struct{}
seems to be the equivalent of "no value" - so I'm not sure how to pass in {"/host/path": "/inner"}
Ideas?
Metadata
Metadata
Assignees
Labels
No labels