Skip to content

Commit 46b389b

Browse files
committed
Nit: readability
1 parent 301353b commit 46b389b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/container/dockerflags.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ func ParseDockerFlags(flags string) (ParsedFlags, error) {
7575
return result, nil
7676
}
7777

78+
// parseBindMount parses a HOST:CONTAINER[:ro] volume spec into a BindMount.
7879
func parseBindMount(spec string) (runtime.BindMount, error) {
7980
parts := strings.SplitN(spec, ":", 3)
8081
if len(parts) < 2 {

0 commit comments

Comments
 (0)