We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dad352 + 232c131 commit 5b205a5Copy full SHA for 5b205a5
1 file changed
cmd/buildd/main_unsupported.go
@@ -14,5 +14,5 @@ func appendFlags(f []cli.Flag) []cli.Flag {
14
}
15
16
func newController(c *cli.Context, root string) (*control.Controller, error) {
17
- return nil, errors.New("invalid build")
+ return nil, errors.New("need to build daemon with either standalone or containerd build tag")
18
0 commit comments