-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
Unable to push image #88
Comments
Hi, That's really weird, I tried you configuration and when I change the port to |
Hi, Yes after changing the port to 80 it does work. |
Okay I see this message Can I close the issue or you would like to have your ui on 8080 port? |
I need to run docker-ui on a non standard port and preferably be able to
change the relative URL as well.
…On Thu, Jun 20, 2019, 3:21 PM Jones Magloire ***@***.***> wrote:
Okay
I'll try to find why this doesn't work with 8080 port, this may be linked
to the protocol between the docker client and the registry.
I see this message dial tcp 127.0.0.1:80: connect: connection refused
when the contact point is 127.0.0.1:8080. Maybe this is a registry
misconfiguration.
Can I close the issue or you would like to have your ui on 8080 port?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#88?email_source=notifications&email_token=ADGWNN2573BLLONWFGHVY53P3P7FFA5CNFSM4HZBY5R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYG4WRY#issuecomment-504220487>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADGWNNYJRPFN7BECDGXLUDLP3P7FFANCNFSM4HZBY5RQ>
.
|
Hi This should works for you now. Thank you again for your issue ! 👍 |
Hi,
I have setup the registry-ui and registry itself using the below docker-compose.yml file:
my registry config.yml is as below:
The registry-ui is configured as a reverse proxy for the registry container. I can see that it is working correctly:
The registry-ui also has been added as in insecure registry in the docker config.
But even after doing this I am unable to push images to this local registry. I get retrying message when pushing images:
Could you please help out and let me know what I am doing wrong here?
The text was updated successfully, but these errors were encountered: