A Docker image for Sopel, a simple, lightweight, easy-to-use IRC Utility bot, written in Python.
3.2K
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).
Content type
Image
Digest
Size
32.7 MB
Last updated
about 8 years ago
docker pull valentine/sopel