eshamster / docker-cl-base

A Dockerfile to configure Common Lisp execution environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile: cl-base

A Dockerfile to configure Common Lisp execution environment based on Alpine Linux (from 2.0~).

Installation

$ docker pull eshamster/cl-base
$ docker run -v <a host folder>:/home/dev/work/lisp -it eshamster/cl-base /bin/ash

Note: /home/dev/work/lisp is a sym-link to /home/dev/.roswell/local-projects

Description

This mainly consists of ...

  • Alpine Linux (with glibc)
  • Roswell
    • The following CL implementations are installed in default
      • sbcl-bin

Author

eshamster (hamgoostar@gmail.com)

Copyright

Copyright (c) 2016 eshamster (hamgoostar@gmail.com)

License

Distributed under the MIT License

About

A Dockerfile to configure Common Lisp execution environment.


Languages

Language:Dockerfile 65.3%Language:Shell 34.7%