jokkedk/webgrind

docker image for arm64 (Apple M-series processors)

langemeijer opened this issue · 3 comments

Sadly, my Apple M1/2 collegues cannot run the docker image. Can you provide an arm64 image?

Sadly, my Apple M1/2 collegues cannot run the docker image.

I have the same problem.

To fix the it, run the docker command with the following argument: --platform=linux/amd64:

docker run --platform=linux/amd64 --rm -v /path/to/xdebug/files:/tmp -p 80:80 jokkedk/webgrind:latest

For compose files:

platform: linux/amd64