mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
| .. | ||
| nightly-debian-bookworm | ||
| nightly-debian-buster | ||
| nightly-debian-latest | ||
| nightly-ubuntu-2004 | ||
| nightly-ubuntu-2204 | ||
| nightly-ubuntu-latest | ||
| README.md | ||
Official Docker Images
The latest official Docker images are available on the Docker Hub.
For example, if you run the following command in a terminal, Docker will pull the latest nightly-ubuntu-2204 image from the Docker Hub and start an interactive container based on this image, running the roc repl command:
docker run -it --rm roclang/nightly-ubuntu-2204 /usr/lib/roc/roc repl