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

Merge pull request #106 from kencochrane/users

change registry address to https from http
This commit is contained in:
Solomon Hykes 2013-03-19 17:42:29 -07:00
commit b1acd0a7b0

View file

@ -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"`