8000 Docker client ignore repository https port · Issue #8751 · moby/moby · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Docker client ignore repository https port #8751

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kleyer opened this issue Oct 24, 2014 · 1 comment · Fixed by #9951
Closed

Docker client ignore repository https port #8751

kleyer opened this issue Oct 24, 2014 · 1 comment · Fixed by #9951

Comments

@kleyer
Copy link
kleyer commented Oct 24, 2014

Hi,

I have docker registry installed let say on 5000 (by default). Reverse proxy with nginx configured to listen 5500, basic authorization is on, and ssl is on as well. (Like it is described in many of blog posts). All things work well.

I do docker login https://host_name:5500 it does work well also, but if as a next step I try to do docker push host_name:5500/ubuntu:latest it seems like docker tries to connect my registry on default for ssl TCP port 443... I get something like that
Failed to upload metadata: Put https://host_name/v1/images/.../json: dial tcp XXX.XXX.X.X:443: connection timed out

Why the docker don't use the port it is logged in? Maybe I missed something? Is there any workaround? Help me please.

@jblancett
Copy link

👍 same issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
0