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

Removed DOCKER_INDEX_URL

This commit is contained in:
Sam Alba 2013-07-09 08:10:43 -07:00
parent 019324015b
commit 33d97e81eb

View file

@ -41,9 +41,6 @@ func NewAuthConfig(username, password, email, rootPath string) *AuthConfig {
}
func IndexServerAddress() string {
if os.Getenv("DOCKER_INDEX_URL") != "" {
return os.Getenv("DOCKER_INDEX_URL") + "/v1/"
}
return INDEXSERVER
}