>>219
Sure thing, the repository is here: https://github.com/TeamWau/docker-schemebbs and the Docker Hub page is here: https://hub.docker.com/r/erkin/schemebbs (the description is scrambled because it automatically syncs with the README file, which is in org-mode syntax). Don't directly use the Dockerfile itself because it takes a long time to build. Just do docker pull erkin/schemebbs
. I'm going to start tagging it with versions once SchemeBBS itself is versioned.
To use it:
% export SBBS_DATADIR=/opt/bbs
% docker run -p 80:8080 --name sbbs -v "${SBBS_DATADIR}":/opt/schemebbs/data -d erkin/schemebbs
% ./create-boards.sh prog art knitting
I slightly modified ./create-boards.sh
to take an external environment variable. You can find this version in the repo.