A Dockerfile to configure Common Lisp development environment.
This is successor of cl-devel.
$ docker pull eshamster/cl-devel2
$ docker run -v <a host folder>:/root/work -it eshamster/cl-devel2 /bin/sh
Note: /root/work
is a sym-link to /root/.roswell/local-projects
If you want to add custom .el
file, add /root/.emacs.d/site-lisp/custom/custom.el
file into the container.
This mainly consists of ...
- Alpine Linux
- Roswell
- The following CL implementations are installed in default
- sbcl
- sbcl-bin
- ccl-bin
- The following CL implementations are installed in default
- Emacs 26 with slime
- In Docker 1.10, the layout of Emacs is often corrupted
- Please use Docker 1.11 (or newer version)
- Please see the issue for more information: moby/moby#15373
- Please use Docker 1.11 (or newer version)
eshamster (hamgoostar@gmail.com)
Copyright (c) 2017 eshamster (hamgoostar@gmail.com)
Distributed under the MIT License