docker
Docker images of almond are automatically published on dockerhub upon each release.
Run the latest version with
$ docker run -it --rm -p 8888:8888 almondsh/almond:latest
Run a specific version with
$ docker run -it --rm -p 8888:8888 almondsh/almond:v0.14.0-RC15
Run a specific version with a specific Scala version with
$ docker run -it --rm -p 8888:8888 almondsh/almond:v0.14.0-RC15-scala-2.13.14
See here for the compatible Almond versions / Scala versions.