From 73e508a28e4c4a91424b25070a300f7b7a3fcbb2 Mon Sep 17 00:00:00 2001 From: trishnaguha Date: Mon, 19 Sep 2016 11:14:06 +0530 Subject: [PATCH] znc IRC bouncer --- docs/index.rst | 1 + docs/ircbouncer.rst | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 docs/ircbouncer.rst diff --git a/docs/index.rst b/docs/index.rst index a60f034..2adc9f6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,6 +20,7 @@ Contents: base docker irssi + ircbouncer contribute diff --git a/docs/ircbouncer.rst b/docs/ircbouncer.rst new file mode 100644 index 0000000..885fa3d --- /dev/null +++ b/docs/ircbouncer.rst @@ -0,0 +1,26 @@ +IRC Bouncer: ZNC +================ + +This page describes how to use IRC Bouncer on Atomic host. We will run ZNC. + +**First you will need to boot up an atomic host** + +Copy the **Sources** down from here `Fedora Dockerfile for IRC Bouncer ZNC `_ on Atomic host. + +Now perform the build with the following command: + + ``docker build -t fedora/znc`` + +After the build is successful run the container with the following command: + + ``atomic run fedora/znc`` + +**Note** that is you are not using Atomic host, you can run the container with this command: + ``docker run -d --name znc -p 6667:6667 fedora/znc`` + +Now do ``docker ps -a`` to check if znc is running. + +**Note:** + + If you want to set your own nick and Server edit the file `znc.conf.default `_ and perform Docker build. +