> 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