Localstack failing to start because docker isn't available
is not a good user experience as it outputs a bunch of "cannot open
socket" errors.
As part of starting localstack, ensure that docker is available before
attempting to launch localstack
Differential D7384
[Scripts] Ensure docker is running before starting localstack • jon on Apr 11 2023, 7:29 AM. Authored by Tags None Referenced Files
Subscribers
Details Localstack failing to start because docker isn't available As part of starting localstack, ensure that docker is available before # Stop docker comm-dev services start # Get message about starting docker # Start docker comm-dev services start # Localstack starts
Diff Detail
Event Timeline
Comment Actions I wish you had deferred this work instead of randomly picking it up. You probably thought it would be easy, but now you have a diff and going to have to spend even more time on this responding to comments... This is a huge distraction from your monthly goal, which you are deeply behind on. Even the scoping is incomplete! I'm accepting this and removing reviewers to try to minimize the work that you have to do here. Before landing, please make sure you don't cause nix develop to fail if Localstack is not running. (An alternative solution would be to abandon the diff)
Comment Actions Capitalize docker, revisit error message $ comm-dev services start Localstack requires Docker to be running Please start Docker and try again
|