redhatdemocentral / ocp-install-demo

OpenShift Container Platform installed in fully automated and repeatable fashion on your laptop. Get started with your containerized development with a private PaaS installed in just minutes.
82 stars 60 forks source link

Docker Machine creation cert error #50

Closed bfalor closed 6 years ago

bfalor commented 6 years ago

When I run the ./init.sh script I get this error

Running pre-create checks... (openshift) Boot2Docker URL was explicitly set to "https://github.com/boot2docker/boot2docker/releases/download/v1.13.1/boot2docker.iso" at create time, so Docker Machine cannot upgrade this machine to the latest version. Creating machine... (openshift) Boot2Docker URL was explicitly set to "https://github.com/boot2docker/boot2docker/releases/download/v1.13.1/boot2docker.iso" at create time, so Docker Machine cannot upgrade this machine to the latest version. (openshift) Downloading /Users/bfalor/.docker/machine/cache/boot2docker.iso from https://github.com/boot2docker/boot2docker/releases/download/v1.13.1/boot2docker.iso... Error creating machine: Error in driver during machine creation: Get https://github.com/boot2docker/boot2docker/releases/download/v1.13.1/boot2docker.iso: x509: certificate signed by unknown authority

eschabell commented 6 years ago

@bfalor have you tried pasting that url into your browser? Does it download an iso?

If so put it in your cache directory and re-run init.sh:

~/.docker/machine/cache/boot2docker.iso

eschabell commented 6 years ago

Closing for now, if need be reopen on gitlab where this project moved to: https://gitlab.com/redhatdemocentral/ocp-install-demo