diff --git a/cli/commands.go b/cli/commands.go index 7dab824c..b6edfa24 100644 --- a/cli/commands.go +++ b/cli/commands.go @@ -18,11 +18,6 @@ import ( "github.com/urfave/cli" ) -const ( - defaultRegistry = "docker.io" - defaultServerCount = 1 -) - // CheckTools checks if the docker API server is responding func CheckTools(c *cli.Context) error { log.Print("Checking docker...")