Skip to content

A Dockerfile to configure Common Lisp execution environment.

Notifications You must be signed in to change notification settings

eshamster/docker-cl-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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 ([email protected])

Copyright

Copyright (c) 2016 eshamster ([email protected])

License

Distributed under the MIT License