I need your help. I’ve been trying for quite some time to get a container with Alpine running on an LTE device like the hAP ax lite or Chateau. I’m able to create the image, with or without an SSH server, and I can load and start the container. However, the container doesn’t stay in a running state—it stops after a few seconds.
What’s really frustrating is that I don’t see anything in the logs, even though I’ve enabled logging. My goal is to run a small SSH server and a web server. Since I can’t even get the base image to work, I’d greatly appreciate any support.
I’m using the Alpine base image with FROM arm32v7/alpine, which should match the architecture of the device—or am I mistaken here?

Any guidance or suggestions would be greatly appreciated!
Thanks in advance!

https://hub.docker.com/r/arm32v7/alpine/