Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 376 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 376 Bytes

huntprod/cl

This is a small, Ubuntu-based Docker image for deploying arbitrary Common Lisp applications using Steel Bank Common Lisp (SBCL).

Running

You have to bring your source code; the container will attempt to run the /u/boot.lisp file to get it started.

docker run -it \
           -v ~/code/my-cl-thing:/u \
           huntprod/cl