stop using a default command
This commit is contained in:
parent
24316804d9
commit
b373dd004e
@ -40,7 +40,6 @@ func main() {
|
|||||||
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