Conversation
This is a bugfix for [Lokl - Docker hello-world cleanup - elementor#16](elementor/lokl#16) Using [docker info](https://stackoverflow.com/questions/43721513/how-to-check-if-the-docker-engine-and-a-docker-container-are-running/55586977#55586977) to check if Docker is running.
|
Cheers, thanks for finding right repo! My original intention with the I don't have a Else, there's this automatically rm container after run:
If we can get away from that slow pulling and running of hello-world, would be nice improvement... |
|
Ah I see, I am unable to check if it runs without |
|
@KasperZutterman no worries. We can do the I had some exciting progress last night moving to new way of building. There's much less happening when you create a new container from the Lokl interactive script now - just this vs before, it would be doing some MySQL setup and WordPress installation. It does mean the initial Docker image that gets pulled down is a bit bigger (1.3GB vs 0.9GB), but can probably trim that down. |
|
(still not merged/published to main script on website yet. I've been developing the php8 image, but rearranging things so that we can choose either php7 or 8 in the interactive script) |
This is a bugfix for Lokl - Docker hello-world cleanup - #16
Using docker info to check if Docker is running.