Posts by arajczy

    Hi!

    Using the latest avalable podman addon I have started an nginx container:

    podman run -d --name nginx --publish 8085:80 docker.io/library/nginx:alpine

    The container is accessible from the host machine but not from other machines on the same LAN

    iptables is disabled and the same configuration run with docker is accessible on the LAN.

    Can you please check?

    Thank you

    Hi!

    I have installed the podman addon on my raspberry pi 4B. First it didn't work at all because it claimed that /storage/.kodi/addons/service.system.podman/etc/containers/policy.json was missing. After I created that file manually podman pull and podman create worked but I can't start or run any containers because the following error:

    • Error: netavark: failed to start process: fork/exec /storage/.kodi/addons/service.system.podman/bin/netavark: exec format error

    I have checked netavark binary and noticed that it is the x86-64 instead of ARM aarch64

    • /storage/.kodi/addons/service.system.podman/bin/netavark: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b90cc4c779a4cce1701e6a2071b07d300bc0775b, for GNU/Linux 3.2.0, not stripped

    Can someone please fix this? I would rather use podman instead of docker but currently this addon does not work for aarch64 architecture.

    Thank you :)