I'm seeing different behavior than he saw; his had sporadic crashes and I'm seeing immediate consistent failures. I've tried a also downloading and executing the installer, and saw a similar failure.
$ uname -m
arm64
$ docker run -it --platform linux/amd64 racket/racket:latest sh -c "uname -m; racket"
x86_64
Error: error reading from ~a
("petite")
Aborted
$ docker --version
Docker version 24.0.5, build ced0996
My primary suspect is something I'm doing wrong or don't understand; advice welcome.
A better, long-term solution might be to build one's own arm64 racket image. I'm finding that the emulation is still a little flakey. For instance, I have trouble with REPL interaction but racket -e seems to work fine.