This page will help you resolve the error shown below which occurs while installing the Cast AIP Console on docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dialing registry-1.docker.io:443 with direct connection: connecting to 44.205.64.79:443: dial tcp 44.205.64.79:443: i/o timeout
|
|
you get an error:
Error response from daemon: Get "https://registry-1.docker.io/v2/": dialing registry-1.docker.io:443 with direct connection: connecting to 44.205.64.79:443: dial tcp 44.205.64.79:443: i/o timeout
|
The issue occurs here as HTTPS over port 443 is used for the transmission of secured traffic, thus creating a secure communication channel between the client browser and the server it wants to connect to, which is blocked or not open on the machine hence the docker is not able to communicate to the local machine over HTTPS. And you get an error:
Error response from daemon: Get "https://registry-1.docker.io/v2/": dialing registry-1.docker.io:443 with direct connection: connecting to 44.205.64.79:443: dial tcp 44.205.64.79:443: i/o timeout To solve the issue, perform the below actions Local port 443 need to be opened.
|
Relevant input
|
Ticket # 29552 |
Comments