Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker image for arm64 (Apple M-series processors) #179

Open
langemeijer opened this issue Jan 3, 2024 · 3 comments
Open

docker image for arm64 (Apple M-series processors) #179

langemeijer opened this issue Jan 3, 2024 · 3 comments

Comments

@langemeijer
Copy link

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

@kwerle
Copy link

kwerle commented Jan 31, 2024

@barmax
Copy link

barmax commented Feb 17, 2024

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

@Feng-Shui
Copy link

For compose files:

platform: linux/amd64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants