change registry address to https from http
Upstream-commit: 8be58d3a7f6020fe34281dbe27375005e248f0f5 Component: engine
This commit is contained in:
@ -15,7 +15,7 @@ import (
|
||||
const CONFIGFILE = "/var/lib/docker/.dockercfg"
|
||||
|
||||
// the registry server we want to login against
|
||||
const REGISTRY_SERVER = "http://registry.docker.io"
|
||||
const REGISTRY_SERVER = "https://registry.docker.io"
|
||||
|
||||
type AuthConfig struct {
|
||||
Username string `json:"username"`
|
||||
|
||||
Reference in New Issue
Block a user