2
respostas

Erro em docker run hello-world

Olá pessoal,

Ao executar o comando para a criação do container com a imagem "hello-world", aparece a seguinte mensagem de erro:

$ docker run hello-world

Unable to find image 'hello-world:latest' locally docker: Error response from daemon: Get https://registry-1.docker.io/v2/: x509: certificate signed by unknown authority. See 'docker run --help'.

$ curl -X GET https://registry-1.docker.io/v2/

curl: (60) SSL certificate problem: self signed certificate in certificate chain More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above.

O que pode ser? E como solucionar?

2 respostas

Oi!

Me parece que o deamon do docker não está conseguindo acessar a internet, provavelmente alguma configuração de Rede na sua máquina está impedindo.

Tente configurar o proxy no seu docker: https://docs.docker.com/network/proxy/

Tem acesso a Internet e não tem proxy configurado.