https://github.com/theodesp/chicken-scheme-alpine
The latest Chicken Scheme shell for docker on top of the latest Alpine Linux.
https://github.com/theodesp/chicken-scheme-alpine
alpine-linux chicken-scheme docker scheme
Last synced: 11 months ago
JSON representation
The latest Chicken Scheme shell for docker on top of the latest Alpine Linux.
- Host: GitHub
- URL: https://github.com/theodesp/chicken-scheme-alpine
- Owner: theodesp
- License: mit
- Created: 2017-06-06T10:58:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T10:23:16.000Z (over 3 years ago)
- Last Synced: 2025-04-10T19:12:41.142Z (about 1 year ago)
- Topics: alpine-linux, chicken-scheme, docker, scheme
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chicken Scheme Alpine
The latest Chicken Scheme shell for docker on top of the latest Alpine Linux.
## Usage
Pull and run
```bash
docker pull theodesp/chicken-scheme-alpine
docker run -it --name chichen `docker images -q theodesp/chicken-scheme-alpine`
```
## Licence
MIT - Theo Despoudis