mirror of https://github.com/docker/docs.git
Switching to prod index server
This commit is contained in:
parent
d985050aeb
commit
a372f982c1
|
@ -15,7 +15,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 INDEX_SERVER = "https://indexstaging-docker.dotcloud.com"
|
const INDEX_SERVER = "https://index.docker.io"
|
||||||
|
|
||||||
type AuthConfig struct {
|
type AuthConfig struct {
|
||||||
Username string `json:"username"`
|
Username string `json:"username"`
|
||||||
|
|
Loading…
Reference in New Issue