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