Sign inSign up

valentine/sopel

By valentine

•Updated about 8 years ago

A Docker image for Sopel, a simple, lightweight, easy-to-use IRC Utility bot, written in Python.

Image
1

3.2K

valentine/sopel repository overview

⁠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).

Tag summary

Content type

Image

Digest

Size

32.7 MB

Last updated

about 8 years ago

docker pull valentine/sopel