You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there arm support for like running on a pi5?
I tried running the container with --platform linux/amd64 found in #105
but I had no luck running the container.
LOG:
exec /usr/local/bin/docker-php-entrypoint: exec format error
The text was updated successfully, but these errors were encountered:
Hi, guess that depends on the images this docker image is base on. I have no resources at the moment to test it, but you can try to create your own image that is based on another PHP/Alpine image that supports your platform. But it looks like your platform is already supported by the underlying PHP image. Did you try to rebuild it from source?
after a long struggle and not knowing how to work with docker I found this on reddit.
docker run --privileged --rm tonistiigi/binfmt --install all and docker run -it --platform linux/amd64 -dp 80:80 -v /app:/app --name mysite automad/automad:v1 did the trick for me
Is there arm support for like running on a pi5?
I tried running the container with
--platform linux/amd64
found in #105but I had no luck running the container.
LOG:
The text was updated successfully, but these errors were encountered: