mirror of https://github.com/docker/docs.git
Merge branch 'graph' of ssh://github.com/dotcloud/docker into graph
This commit is contained in:
commit
bc51d961cd
|
|
@ -1,4 +1,5 @@
|
||||||
.vagrant
|
.vagrant
|
||||||
|
bin
|
||||||
docker/docker
|
docker/docker
|
||||||
.*.swp
|
.*.swp
|
||||||
a.out
|
a.out
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,7 @@ import (
|
||||||
const CONFIGFILE = ".dockercfg"
|
const CONFIGFILE = ".dockercfg"
|
||||||
|
|
||||||
// the registry server we want to login against
|
// the registry server we want to login against
|
||||||
//const REGISTRY_SERVER = "https://registry.docker.io"
|
const REGISTRY_SERVER = "https://registry.docker.io"
|
||||||
const REGISTRY_SERVER = "http://192.168.56.1:5000"
|
|
||||||
|
|
||||||
type AuthConfig struct {
|
type AuthConfig struct {
|
||||||
Username string `json:"username"`
|
Username string `json:"username"`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue