Bitlbee container with Facebook, Hangouts, Skype, Steam, Discord and Telegram plugins
1.0K
This repo provides the steps necessary to build a BitlBee docker image.
This bitlbee includes the following plugins:
This image is available at: hub.docker.com/r/aairey/bitlbee/
It exposes port 6667 and use volume /var/lib/bitlbee for configuration files.
$ docker run -d --name=bitlbee -v /var/volumes/bitlbee:/var/lib/bitlbee/ aairey/bitlbee
After this you can use your regular IRC client to connect to port 6667 of the container/host's IP address.
If you would like to build this image manually, run:
$ git clone https://github.com/aairey/docker-bitlbee
$ docker build --rm -t aairey/bitlbee .
Got inspiration from:
Content type
Image
Digest
Size
438.7 MB
Last updated
over 8 years ago
docker pull aairey/bitlbee