remove unused constants
This commit is contained in:
parent
80f5aa7d58
commit
95c62650fa
@ -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...")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user