shen-cl
shen-cl copied to clipboard
Add Dockerfile
- Add a Dockerfile to the repo root that copy Linux SBCL build into container.
- Can be based on small alpine image
- Can host different image for each release of each port
- Could also just refer to
shen-clbuild asshenas that's the most widely used one - Just shen-cl for now?
- Make
shenorganization on DockerHub, name is still available
Publicly hosted docker image would allow one to start working with Shen by running:
docker run -it --rm shen/shen:latest
Maybe an image based on alpine would be a better option in terms of size.
Oh, I assumed centos was one of the smaller ones. Alpine is much smaller.
Yes, and if you do a multi-staged build the resulting image should be not much bigger than the resulting Shen execultable.
This one looks like a good base, uses Alpine: https://github.com/eshamster/docker-cl-base