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. +