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

No image for static web? #396

Open
osakibill opened this issue Jul 6, 2024 · 1 comment
Open

No image for static web? #396

osakibill opened this issue Jul 6, 2024 · 1 comment

Comments

@osakibill
Copy link

I get this message when I run the command:

docker run -d -P --name static-site prakhar1989/static-site

in the docker tutorial, no container is produced. I am running on a Rasberrypi 5. Previous parts of the tutorial worked fine.

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

@mehdi-hajjam
Copy link

I think you need to specify your platform's architecture when it's not the same as the image. You could try:
docker run -d -P --platform linux/arm64 --name static-site prakhar1989/static-site

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