Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
znc IRC bouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
trishnaguha committed Sep 19, 2016
1 parent a0aca6b commit f935f91
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Contents:
atomiccommandcheatsheet
base
docker
ircbouncer
contribute


Expand Down
26 changes: 26 additions & 0 deletions docs/ircbouncer.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/fedora-cloud/Fedora-Dockerfiles/tree/master/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 <https://github.com/fedora-cloud/Fedora-Dockerfiles/blob/master/znc/root/usr/share/container-scripts/znc/znc.conf.default/>`_ and perform Docker build.

0 comments on commit f935f91

Please sign in to comment.