Community discussions

MikroTik App
 
mara
just joined
Topic Author
Posts: 2
Joined: Tue Dec 24, 2024 11:02 am

Container on arm

Tue Dec 24, 2024 11:13 am

Hi everyone,

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/
 
holvoetn
Forum Guru
Forum Guru
Posts: 7294
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: Container on arm

Tue Dec 24, 2024 11:16 am

Check this recent thread with exact the same environment.
It was about a Python environment.

viewtopic.php?t=213024
 
stevepat
just joined
Posts: 8
Joined: Sun Jan 12, 2025 3:01 pm

Re: Container on arm

Fri Jan 17, 2025 7:03 pm

I experienced the same but did not solve it: viewtopic.php?t=213873