Is there support for the linuxserver armhf versions of the dockers? or would I have to create them through portainer or command line?
docker Linuxserver armhf addons
-
drmechxico -
April 3, 2017 at 4:18 AM -
Thread is Unresolved
-
-
- Official Post
Yes. Just use the same repo and the arch will be auto detected
-
Yes. Just use the same repo and the arch will be auto detectedThanks lrusak.
-
-
I've been trying over and over to get a sonarr docker to work. (I could not get the addons to work on raspi3)
not sure what im doing wrong here...
The pgid and puid should be entered under the env tab (environment variables), not under command. The command is what is supposed to run after the container is created. You want to leave that as default otherwise container will likely attempt to execute the command and once it fails, it will stop. -
The pgid and puid should be entered under the env tab (environment variables), not under command. The command is what is supposed to run after the container is created. You want to leave that as default otherwise container will likely attempt to execute the command and once it fails, it will stop.Thanks!