# Docker container for Racket for architectures other than x86

**URL:** https://racket.discourse.group/t/docker-container-for-racket-for-architectures-other-than-x86/2705
**Category:** General
**Created:** [February 6, 2024, 7:50pm UTC](https://racket.discourse.group/t/docker-container-for-racket-for-architectures-other-than-x86/2705 "2024-02-06T19:50:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![awiersdorf](https://avatars.discourse-cdn.com/v4/letter/a/ce7236/32.png) [@awiersdorf](https://racket.discourse.group/u/awiersdorf)
#### Post date: [February 6, 2024, 7:50pm UTC](https://racket.discourse.group/t/docker-container-for-racket-for-architectures-other-than-x86/2705/1 "2024-02-06T19:50:32Z")

</div>

I'd like to use Racket in a Docker container, but I have an M1 machine, and the Rosetta emulation is having trouble running x86 images. I note that whenever I download Racket (e.g. via `docker run -it racket/racket:latest`) I do get Racket, but sporadically after some time I start getting strange crashes. I think this is due to the fact that the Racket container is an x86 image and Rosetta isn't doing the best job of emulating x86's memory model.

Are there Docker images for aarch64? If not, is there a way we could add that to the pipeline?

---

<div class="post-metadata">

### Author: ![SamPhillips](https://yyz2.discourse-cdn.com/free1/user_avatar/racket.discourse.group/samphillips/32/15_2.png) [@SamPhillips](https://racket.discourse.group/u/SamPhillips)
#### Post date: [February 7, 2024, 12:27am UTC](https://racket.discourse.group/t/docker-container-for-racket-for-architectures-other-than-x86/2705/2 "2024-02-07T00:27:51Z")

</div>

I haven't tried this, but something to consider is that Alpine has a package for Racket. So you could start with an Alpine image and install Racket inside of that.
