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