[GH-ISSUE #23] Error getaddrinfo EAI_AGAIN https https:80 #18

Closed
opened 2026-02-27 07:15:11 +03:00 by kerem · 2 comments
Owner

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 :

docker run -e REGISTRY_HOST=https://docker.kube.unc.nc -p 8080:80 jc21/registry-ui 

I get the following error

WARNING: NODE_ENV value of 'production' did not match any deployment config file names.
WARNING: See https://github.com/lorenwest/node-config/wiki/Strict-Mode
WARNING: No configurations found in configuration directory:/app/config
WARNING: To disable this warning set SUPPRESS_NO_CONFIG_WARNING in the environment.
[9/7/2020] [12:51:50 AM] [Global  ] › ℹ  info      PID 6 listening on port 80 ...
[9/7/2020] [12:51:50 AM] [Global  ] › ℹ  info      Registry Host: https://docker.kube.unc.nc
[9/7/2020] [12:52:05 AM] [Express ] › ⚠  warning   Error: getaddrinfo EAI_AGAIN https https:80
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:58:26)

I don't understand this error. Any ideas ?

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 : ``` docker run -e REGISTRY_HOST=https://docker.kube.unc.nc -p 8080:80 jc21/registry-ui ``` I get the following error ``` WARNING: NODE_ENV value of 'production' did not match any deployment config file names. WARNING: See https://github.com/lorenwest/node-config/wiki/Strict-Mode WARNING: No configurations found in configuration directory:/app/config WARNING: To disable this warning set SUPPRESS_NO_CONFIG_WARNING in the environment. [9/7/2020] [12:51:50 AM] [Global ] › ℹ info PID 6 listening on port 80 ... [9/7/2020] [12:51:50 AM] [Global ] › ℹ info Registry Host: https://docker.kube.unc.nc [9/7/2020] [12:52:05 AM] [Express ] › ⚠ warning Error: getaddrinfo EAI_AGAIN https https:80 at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:58:26) ``` I don't understand this error. Any ideas ?
kerem closed this issue 2026-02-27 07:15:11 +03:00
Author
Owner

@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.

<!-- gh-comment-id:705474221 --> @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.
Author
Owner

@gronono commented on GitHub (Oct 12, 2020):

Thank you.

<!-- gh-comment-id:707363687 --> @gronono commented on GitHub (Oct 12, 2020): Thank you.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-registry-ui-jc21#18
No description provided.