Skip to content

huntprod/docker-cl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Docker Environment for production Common Lisp deployments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published