0
respostas

Docker-machine no windows 10

Estou tentando rodar o docker-machine no windows 10, porem fiz conforme nesse link: https://docs.docker.com/machine/install-machine/#install-machine-directly mais não funcionou, agora esta dando problema no certificado digital: $ base=https://github.com/docker/machine/releases/download/v0.16.0 \

&& mkdir -p "$HOME/bin" && curl -L $base/docker-machine-Windows-x86_64.exe > "$HOME/bin/docker-machine.exe" && chmod +x "$HOME/bin/docker-machine.exe" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 639 100 639 0 0 1426 0 --:--:-- --:--:-- --:--:-- 1429 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL certificate problem: self signed certificate in certificate chain More details here: https://curl.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.

COMO RESOLVER ?