Email list hosting service & mailing list manager

scsh Dockerfile Lassi Kortela (13 Aug 2019 09:15 UTC)
Re: scsh Dockerfile hga@xxxxxx (13 Aug 2019 11:33 UTC)
Re: scsh Dockerfile Lassi Kortela (14 Aug 2019 12:57 UTC)

Re: scsh Dockerfile Lassi Kortela 14 Aug 2019 12:57 UTC

> Already done, see the file scsh-build-notes, .org or converted
> to HTML by Arthur Gleckler in the official repository:
>
> https://github.com/scheme-requests-for-implementation/srfi-170

Thank you for the clear instructions! We wrote a Dockerfile based on
them. Anyone who has Docker can now get a scsh REPL simply by typing:

$ docker run -it weinholt/scsh

It's also possible to explore the container's Linux system via:

$ docker run -it weinholt/scsh bash