sloopstash

How to run an amd64 Docker image on the arm64 host platform?

I am attempting to run a docker image of selenoid-ui based on amd64 on my arm64 host platform. However, when I use docker run, I encounter the following error:

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

The official docker image for selenoid-ui does not provide an arm64 architecture image to run on an arm64 based host platform. I also tried adding the tag "--platform Linux/arm64", but it did not work. Does anyone know how I can run this amd64 image on an arm64 based host platform?