Skip to content

aairey/docker-bitlbee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: