minishift: Unable to Start minishift version: 1.0.0-rc.1 with virtualbox
Hi guys, I keep getting an error when i execute the command below:
./minishift.exe start --vm-driver=virtualbox
I have deleted everything it generated and tried starting it again but issue still persists.
Output
Starting local OpenShift cluster using 'virtualbox' hypervisor...
-- Checking OpenShift client ... OK
-- Checking Docker client ... FAIL
Error: cannot communicate with Docker
Solution:
To create a new Docker machine to run OpenShift, run this command again with
the --create-machine argument. This will create a Docker machine named
'openshift'.
To use a different machine name, specify the --machine-name=NAME argument.
If you wish to use an existing Docker machine, enable it before running this
command by executing:
docker-machine env
where NAME is the name of your Docker machine.
Caused By:
Error: Get https://192.168.99.101:2376/_ping: net/http: TLS handshake timeout
E0407 11:35:50.934594 5264 start.go:410] Error starting the cluster.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 16 (6 by maintainers)
We are also seeing TLS handshake issues on Mac as well
https://bugzilla.redhat.com/show_bug.cgi?id=1435261
Can you please add notes to this as well as this may not be a minishift issue