Initial support for Docker 1.12 Swarm Mode
This commit is contained in:
parent
03d16d12d5
commit
99c8bffcbf
6 changed files with 1406 additions and 99 deletions
|
@ -8,7 +8,6 @@ import (
|
|||
"crypto/x509"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"golang.org/x/net/context"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"net/url"
|
||||
|
@ -20,6 +19,8 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"github.com/codegangsta/negroni"
|
||||
"github.com/containous/mux"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue