A very naive SBCL (Steel Bank Common Lisp) Dockerfile based on debian:stretch-slim.
Build with docker:
docker build -t sbcl:1.4.7 .
Run it:
docker run -i -t sbcl:1.4.7
And presto! You have a SBCL REPl ;)
version (default 1.4.7) - Specify the version of SBCL to use.