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

The try-it-with-docker example does not work on arm mac #105

Open
meglio opened this issue Jun 24, 2024 · 1 comment
Open

The try-it-with-docker example does not work on arm mac #105

meglio opened this issue Jun 24, 2024 · 1 comment

Comments

@meglio
Copy link

meglio commented Jun 24, 2024

The following command from your documentation:

docker run -dp 80:80 -v ./app:/app --name mysite automad/automad:v2

Does not work on an M1 macbook and yields an error:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

@marcantondahmen
Copy link
Owner

Hi, you can try adding the --platform linux/amd64 flag when running the container.

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

2 participants