mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
Migrate from codegangsta lib to urfave
This commit is contained in:
parent
61ac18fce5
commit
b13e6af70f
13 changed files with 6 additions and 2021 deletions
4
main.go
4
main.go
|
@ -16,7 +16,7 @@ import (
|
|||
"github.com/CenturyLinkLabs/watchtower/actions"
|
||||
"github.com/CenturyLinkLabs/watchtower/container"
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/urfave/cli"
|
||||
"github.com/docker/docker/api/types"
|
||||
dockerclient "github.com/docker/docker/client"
|
||||
)
|
||||
|
@ -121,7 +121,7 @@ func before(c *cli.Context) error {
|
|||
}
|
||||
|
||||
client = container.NewClient(c.GlobalString("host"), !c.GlobalBool("no-pull"))
|
||||
login(c)
|
||||
//login(c)
|
||||
|
||||
handleSignals()
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue