OK this is a source of major frustration for me. Iāve worked with Clay to resolve this on many occasions and at the point of giving up completely.
Mac Sierra
Completely removed Local, Docker and Virtual box installs from my machine using appcleaner. Then I download Local 2.0.6 (Download Local by Flywheel 2.0.6 for macOS), extract to Applications folder then run Local by Flywheel.
I then get a green bar on the left, white space on the right saying Checking System and thats it (randomly wants to regenerate the certificates). Nothing runs, interface just sits there.
I then try some commands Clay sent me last time which donāt help either.
@clay - I had a working machine on Monday, started Local up today and itās not working again. Just updated virtual box and restarted Local, same thing, regenerating certs etc - going to do my usual kill, create, startup again
Hi - sorry for delay, itās been behaving but discovered something interesting.
If I get Flywheel running, it stays stable for days (running on my laptop so I just sleep when not using it). However I rebooted this morning and got the usual cannot start, regenerating etc
The links you post above youāve sent me previously, still does not help us solve anything though.
So after a reboot, itās now dead again - I tried the two commands above, same thing.
$ /Applications/Local\ by\ Flywheel.app/Contents/Resources/extraResources/virtual-machine/vendor/docker/osx/docker-machine start local-by-flywheel
Starting ālocal-by-flywheelāā¦
(local-by-flywheel) Check network to re-create if neededā¦
(local-by-flywheel) Waiting for an IPā¦
Machine ālocal-by-flywheelā was started.
Waiting for SSH to be availableā¦
Detecting the provisionerā¦
Started machines may have new IP addresses. You may need to re-run the docker-machine env command.
So guess all I can do now is reimage, clear out and install again using my command line settings.
Soooo frustrating, all I want is a local development environment that is quick and easy to setup
One more command you can try is /Applications/Local\ by\ Flywheel.app/Contents/Resources/extraResources/virtual-machine/vendor/docker/osx/docker-machine env local-by-flywheel after running the start command. It wonāt do anything, but it may provide valuable output.
$ /Applications/Local\ by\ Flywheel.app/Contents/Resources/extraResources/virtual-machine/vendor/docker/osx/docker-machine env local-by-flywheel
Error checking TLS connection: Error checking and/or regenerating the certs: There was an error validating certificates for host ā192.168.99.100:2376ā: tls: DialWithDialer timed out
You can attempt to regenerate them using ādocker-machine regenerate-certs [name]ā.
Be advised that this will trigger a Docker daemon restart which might stop running containers.