Forcing amd64 image platform on arm64 host (docker compose)
I am attempting to use “docker-compose up” on the command line to run a simulator using noVNC but am getting the error “image with reference [my image] was found but does not match the specified platform: wanted linux/amd64, actual: linux/arm64/v8”. I’ve seen some solutions for docker run and docker build, but docker-compose doesn’t seem to take the platform argument on the command line. Any ideas? Does it have anything to do with the Ubuntu virtual machine that’s acting as the host in this case?