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
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"
The text was updated successfully, but these errors were encountered:
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
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"
The text was updated successfully, but these errors were encountered: