1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Put back the "official" repo

This commit is contained in:
creack 2013-03-22 04:37:18 -07:00
parent db8f2a1a9d
commit fc0eac37e4

View file

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