roc/docker
2024-10-01 14:20:37 +13:00
..
nightly-debian-bookworm ditch C platform deps 2023-11-22 19:37:49 +01:00
nightly-debian-buster Merge branch '6045-docker-hub-official-image' of github.com:khalyomede/roc into 6045-docker-hub-official-image 2023-11-22 19:41:24 +01:00
nightly-debian-latest ditch C platform deps 2023-11-22 19:37:49 +01:00
nightly-ubuntu-2004 ditch C platform deps 2023-11-22 19:37:49 +01:00
nightly-ubuntu-2204 ditch C platform deps 2023-11-22 19:37:49 +01:00
nightly-ubuntu-latest ditch C platform deps 2023-11-22 19:37:49 +01:00
README.md Add docker/README.md to point to the official Docker images 2024-10-01 14:20:37 +13:00

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