Closed g0blin79 closed 4 years ago
thanks a lot! It worked for me.
Worked for me too! Life saver!
Thanks man. really weird. Happened to me after I rebooted my machine
iptables
While working with GIT Bash I had to regenerate ,once I switched back to Power Shell same effort was required. docker-machine regenerate-certs myvm1
Worked for me as well.. thanks
I am so sad because it not work for me, it still sunday generic Timeout
by
➜ ~ docker-machine regenerate-certs sunday Regenerate TLS machine certs? Warning: this is irreversible. (y/n): y Regenerating TLS certificates Waiting for SSH to be available... Detecting the provisioner... Installing Docker... Copying certs to the local machine directory... Copying certs to the remote machine... Setting Docker configuration on the remote daemon...
Try with --force param
It does work to me, thanks
This works for me, thank you. But it produces a new question, the docker-machine's IP address changed. Is there a good way (without changing the IP address)?
Works for me as well, thanks!
EC2 working again! Thanks!!! 🤓
thanks It solved my problem. works like a charm..
thanks a lot <3
it didn't work for me, despite using force at the end, what other way can we try to rectify this please
thanks, it works for me
Work for me too ! Thanks a lot mate :)
Works for me as well.. Thanks!
thanks, it works for me
Hi to all.
at the end of the installation process, if i launched a
docker-machine ls
I had this:NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS dinghy * virtualbox Running tcp://192.168.99.100:2376 Unknown Unable to query docker version: Get https://192.168.99.100:2376/v1.15/version: x509: certificate is valid for 192.168.99.102, not 192.168.99.100
I solved in this way:
$ docker-machine regenerate-certs dinghy
I don't know if could be useful to add something like this into the README. I would leave notice of that.
BTW: What fu***ng piece of code!!
worked for me too. Nice!
You may need to add the --client-certs option:
docker-machine regenerate-certs --client-certs dinghy
Worked for me!
Hi to all.
at the end of the installation process, if i launched a
docker-machine ls
I had this:I solved in this way:
$ docker-machine regenerate-certs dinghy
I don't know if could be useful to add something like this into the README. I would leave notice of that.
BTW: What fu***ng piece of code!!