Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theodesp/guile-scheme-alpine
The latest Guile Scheme shell for docker on top of the latest Alpine Linux.
https://github.com/theodesp/guile-scheme-alpine
alpine-linux docker guile scheme
Last synced: about 1 month ago
JSON representation
The latest Guile Scheme shell for docker on top of the latest Alpine Linux.
- Host: GitHub
- URL: https://github.com/theodesp/guile-scheme-alpine
- Owner: theodesp
- License: mit
- Created: 2017-06-06T11:20:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T11:22:35.000Z (over 7 years ago)
- Last Synced: 2024-10-02T06:21:03.573Z (about 2 months ago)
- Topics: alpine-linux, docker, guile, scheme
- Size: 1000 Bytes
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guile Scheme Alpine
The latest Guile Scheme shell for docker on top of the latest Alpine Linux.
## Usage
Pull and run```bash
docker pull theodesp/guile-scheme-alpine
docker run -it --name guile `docker images -q theodesp/guile-scheme-alpine`
```## Licence
MIT - Theo Despoudis