Skip to content

Commit 5b205a5

Browse files
authored
Merge pull request moby#148 from TomasTomecek/better-err-msg-build-unsup
buildd: better error msg for unsupported builds
2 parents 5dad352 + 232c131 commit 5b205a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/buildd/main_unsupported.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ func appendFlags(f []cli.Flag) []cli.Flag {
1414
}
1515

1616
func newController(c *cli.Context, root string) (*control.Controller, error) {
17-
return nil, errors.New("invalid build")
17+
return nil, errors.New("need to build daemon with either standalone or containerd build tag")
1818
}

0 commit comments

Comments
 (0)