stop using a default command
This commit is contained in:
parent
24316804d9
commit
b373dd004e
@ -37,10 +37,9 @@ func main() {
|
||||
var group *errgroup.Group
|
||||
group, ctx = errgroup.WithContext(ctx)
|
||||
app := cli.Command{
|
||||
Name: appName,
|
||||
Usage: "Securely mount the Docker socket: apply fine-grained access control to Docker socket HTTP requests",
|
||||
Version: buildVersion(),
|
||||
DefaultCommand: command.ServeCmd,
|
||||
Name: appName,
|
||||
Usage: "Securely mount the Docker socket: apply fine-grained access control to Docker socket HTTP requests",
|
||||
Version: buildVersion(),
|
||||
Commands: []*cli.Command{
|
||||
command.Serve(group),
|
||||
command.Healthcheck(group),
|
||||
|
Loading…
x
Reference in New Issue
Block a user