Forráskód Böngészése

Merge branch 'graph' of ssh://github.com/dotcloud/docker into graph

Solomon Hykes 12 éve
szülő
commit
bc51d961cd
3 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 0
      .gitignore
  2. 1 2
      auth/auth.go
  3. 0 0
      deb/Makefile.deb

+ 1 - 0
.gitignore

@@ -1,4 +1,5 @@
 .vagrant
+bin
 docker/docker
 .*.swp
 a.out

+ 1 - 2
auth/auth.go

@@ -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"`

+ 0 - 0
Makefile → deb/Makefile.deb