A Docker image for Sopel.
Sopel is a simple, lightweight, open source, easy-to-use IRC Utility bot, written in Python. It's designed to be easy to use, run and extend.
Pull the image from Docker Hub:
docker pull valentine/sopel:latest
Create a container using docker run
:
docker run -d \
-v /path/to/sopel:/sopel \
valentine/sopel:latest
The above, in one line:
docker run -d -v /path/to/sopel:/sopel valentine/sopel:latest
Code licensed under The MIT License (MIT).