This repository contains Dockerfile of bitlbee, for Docker's automated build published to the public Docker Hub Registry.
In addition to the Bitlbee's out of the box supported protocols, this container also supports the following protocols:
Clone the project:
git clone https://www.github.com/mbologna/docker-bitlbee
(Optional) Customize bitlbee configuration file in etc/bitlbee/bitlbee.conf
Run bitlbee via:
a. Docker Compose:
docker-compose up
b. or via Docker:
docker volume create bitlbee_data
docker run -d --name bitlbee -p 16667:6667 --restart=always -v $PWD/etc/bitlbee:/usr/local/etc/bitlbee mbologna/docker-bitlbee
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)You can build a bitlbee image from Dockerfile: docker build -t="mbologna/docker-bitlbee" github.com/mbologna/docker-bitlbee
Content type
Image
Digest
Size
171.7 MB
Last updated
almost 7 years ago
docker pull adammillerio/bitlbee