Skip to content

JPOverclock/docker-sbcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

SBCL Dockerfile

A very naive SBCL (Steel Bank Common Lisp) Dockerfile based on debian:stretch-slim.

Usage

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 ;)

Arguments

version (default 1.4.7) - Specify the version of SBCL to use.

About

SBCL Dockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published