Ubuntu – 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".…