Awesome
Docker container for slack-irc
Installation
git clone https://github.com/caktux/slackbridge
Configuration
Copy config.json.sample
to config.json
and edit to your liking.
Building and running
Build the docker container and run it with:
cd slackbridge/docker
docker build -t slackbridge .
docker run -d -t slackbridge
Enjoy :)