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?