https://github.com/nickstenning/docker-slack-irc
https://github.com/nickstenning/docker-slack-irc
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickstenning/docker-slack-irc
- Owner: nickstenning
- License: other
- Created: 2016-04-10T15:53:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-10T15:53:51.000Z (over 10 years ago)
- Last Synced: 2025-02-09T21:12:04.481Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[slack-irc][slack-irc], dockerised
==================================
This repository contains a Dockerfile which can be used to run a Slack-to-IRC
two-way bridge, namely [slack-irc][slack-irc], in a Docker container.
[slack-irc]: https://github.com/ekmartin/slack-irc
Usage
-----
You must provide a configuration file in JSON format, which must be bind-mounted
into the running container at `/etc/slack-irc.json`. See [slack-irc's
documentation](https://github.com/ekmartin/slack-irc#example-configuration) for
more about this file.
For example, if you have created a `config.json` file on the host in the current
working directory:
docker run -v $PWD/config.json:/etc/slack-irc.json nickstenning/slack-irc
License
-------
As far as this project contains licensable code, it is licensed under the BSD
2-clause (AKA FreeBSD) license, a copy of which is provided in `LICENSE`.