Elide publishes Linux images for amd64 and arm64:
| Image | Entrypoint | Use |
|---|---|---|
elide.dev/elide | elide | Run a command directly. |
elide.dev/bash | bash | Open a shell with Elide on PATH. |
The same images are available as ghcr.io/elide-dev/elide and
ghcr.io/elide-dev/bash.
Run a command
docker run --rm elide.dev/elide --versionMount a project and make it the working directory:
docker run --rm -v "$PWD":/work -w /work elide.dev/elide run app.jsOpen a shell
docker run --rm -it elide.dev/bashFor reproducible builds, select a version or dated nightly tag shown on the
elide and
bash package pages
instead of relying on a moving tag.