Skip to content

Commit

Permalink
Replace docker.io as the default registry with localhost
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Apr 24, 2018
1 parent e51d350 commit 98dcc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/reference/normalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var (
legacyDefaultDomain = "index.docker.io"
defaultDomain = "docker.io"
defaultDomain = "localhost"
officialRepoName = "library"
defaultTag = "latest"
)
Expand Down

0 comments on commit 98dcc58

Please sign in to comment.