Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.72 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.72 KB

docker-bitlbee

Docker Automated build

This repo provides the steps necessary to build a BitlBee docker image.

This bitlbee includes the following plugins:

Docker registry

This image is available at: hub.docker.com/r/aairey/bitlbee/

Usage

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.

Build

If you would like to build this image manually, run:

$ git clone https://github.com/aairey/docker-bitlbee
$ docker build --rm -t aairey/bitlbee .

Thanks

Got inspiration from: