Hiya,
Quick background, I do a lot of development on different platforms, and rely on Docker containers for my test environments, but always liked Local for it’s simplicity, so thank you for that!
Local Lightning doesn’t need virtualization, which means I can go back to using it, and my thought was that I could then close Local when I needed to do non-WordPress related dev work that needs my docker containers.
It turns out when you end Local, it gives a warning that your sites will no longer be available, but nginx keeps running in the background and has control of port 80.
The expected outcome is that all Local related services are shut down when I end Local it self, since they serve no purpose (the actual sites running under it are inaccessible without Local running as well) at this point.