Put back the "official" repo

This commit is contained in:
creack 2013-03-22 04:37:18 -07:00
parent db8f2a1a9d
commit fc0eac37e4
1 changed files with 1 additions and 2 deletions

View File

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