mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Switching to prod index server
This commit is contained in:
parent
d985050aeb
commit
a372f982c1
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ import (
|
|||
const CONFIGFILE = ".dockercfg"
|
||||
|
||||
// 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 {
|
||||
Username string `json:"username"`
|
||||
|
|
Loading…
Reference in a new issue