elementor / lokl-cli

Interactive script to launch and manage your Lokl sites
The Unlicense
66 stars 7 forks source link

Container taking so long time and didn't start... 😞 #30

Closed FcoMarcosMAbreu closed 2 years ago

FcoMarcosMAbreu commented 3 years ago

Hi, Leon! Your software is awesome! But in major times the container didn't start. I have a i7 with 16 gb RAM and Docker installed. I did run your script but nothing happens:

Waiting for [ ... ] to be ready at http://localhost:4013 ............Timed out waiting for site to come online...

In my Celeron laptop, I did used your Lokl image with Podman and it did worked very well. Otherwise, this take me off the advantage of the interactive script.

Please, help me. What can I do? And what more information do you need to fix that?

richardpackham commented 2 years ago

Hi, Leon! Your software is awesome! But in major times the container didn't start. I have a i7 with 16 gb RAM and Docker installed. I did run your script but nothing happens:

Waiting for [ ... ] to be ready at http://localhost:4013 ............Timed out waiting for site to come online...

In my Celeron laptop, I did used your Lokl image with Podman and it did worked very well. Otherwise, this take me off the advantage of the interactive script.

Please, help me. What can I do? And what more information do you need to fix that?

I also had this issue.

The solution proposed here fixed it for me

https://stackoverflow.com/questions/63380739/exec-format-error-when-building-docker-image-from-arm32v7-golang-image/63594116#63594116

Solution linked from this issue:

https://github.com/leonstafford/lokl-cli/issues/32

FcoMarcosMAbreu commented 2 years ago

@richardpackham, thank you!