Skip to content

Commit

Permalink
Merge pull request moby#148 from TomasTomecek/better-err-msg-build-unsup
Browse files Browse the repository at this point in the history
buildd: better error msg for unsupported builds
  • Loading branch information
tonistiigi authored Oct 22, 2017
2 parents 5dad352 + 232c131 commit 5b205a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/buildd/main_unsupported.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ func appendFlags(f []cli.Flag) []cli.Flag {
}

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

0 comments on commit 5b205a5

Please sign in to comment.