mirror of
https://github.com/jc21/docker-registry-ui.git
synced 2026-04-25 17:25:52 +03:00
[GH-ISSUE #23] Error getaddrinfo EAI_AGAIN https https:80 #18
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-registry-ui-jc21#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gronono on GitHub (Sep 7, 2020).
Original GitHub issue: https://github.com/jc21/docker-registry-ui/issues/23
Hello,
Running the following command :
I get the following error
I don't understand this error. Any ideas ?
@slinstaedt commented on GitHub (Oct 8, 2020):
REGISTRY_HOST is meant to be used without scheme prefix, so REGISTRY_HOST=docker.kube.unc.nc:443 should do the work.
@gronono commented on GitHub (Oct 12, 2020):
Thank you.