valentine / docker-sopel

A Docker image for sopel, a simple, lightweight, open source, easy-to-use IRC Utility bot, written in Python.
MIT License
0 stars 1 forks source link

Sopel Docker Image

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.

Installation

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

Licence

Code licensed under The MIT License (MIT).