docker-archive / docker-registry

This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Apache License 2.0
2.89k stars 877 forks source link

push to private registry domain added a blackslash #1057

Closed LQBing closed 8 years ago

LQBing commented 8 years ago

docker push registry.dev.domain.io/busybox The push refers to a repository [registry.dev.domain.io/busybox](len: 1) Sending image list Pushing repository registry.dev.domain.io/busybox (1 tags) 511136ea3c5a: Pushing FATA[0001] Failed to upload metadata: Put https://\registry.dev.domain.io/v1/images/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/json: dial tcp: lookup \registry.dev.domain.io: invalid domain name

why is docker adding a blackslash to url?

LQBing commented 8 years ago

sorry for that, I just copy a wrong nginx conf file