A Crappy Container for Limnoria, a Fork of the robust and user-friendly Python IRC bot Supybot.
1.7K
A Crappy Utilitarian Container for Limnoria, a Fork of the robust and user-friendly Python IRC bot Supybot.
It's the bot in a docker container, with a bunch of crap required by common plugins.
I needed some sort of isolation without spinning up and provisioning an entire host or lxc container. We aren't in 2001 anymore.
It's a bit of a mess and I didn't like it. Getting it to build and do what I want was a burden.
If you want, but I can't guarantee the absence of russian backdoors, as with every docker image.
$ docker run -it --rm --user 999:999 -v /host/path/to/limnoria/home:/opt/limnoria mrdaemon/limnoria:latest /bin/bash
(container)$ cd $LIMNORIA_HOME && supybot-wizard
#.. follow the standard supybot/limnoria instructions
(container)$ exit
docker-compose.yml, tweak to your liking$ docker-compose up and go from there.Content type
Image
Digest
Size
86.7 MB
Last updated
over 6 years ago
docker pull mrdaemon/limnoria