#+TITLE: Chicken Scheme on Docker #+LATEX: \pagebreak
Chicken Scheme on Alpine in Docker
#+BEGIN_SRC shell docker run --rm -it lang/chicken #+END_SRC
The default entrypoint is csi (the Chicken Scheme REPL).
|------------+------------------------------------------------|
| Tag | Description |
|------------+------------------------------------------------|
| latest | Tracks the develop branch of this repository |
| release | Tracks the master branch of this repository |
| with-git | Same as release but includes git |
|------------+------------------------------------------------|
|-------------------+------------------------------------------------------------|
| Path | Description |
|-------------------+------------------------------------------------------------|
| ci/images/chicken | Image manifests and assets for latest and release tags |
| ci/images/eggs/* | Image manifests and assets for various eggs |
|-------------------+------------------------------------------------------------|
[[https://tldrlegal.com/license/mit-license][MIT License]]
See LICENSE.txt for the full text.
Content type
Image
Digest
Size
35.4 MB
Last updated
over 10 years ago
docker pull lang/chicken