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:
parent
db8f2a1a9d
commit
fc0eac37e4
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue