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

Commit f8afc11

Browse files
committed
znc IRC bouncer
1 parent a0aca6b commit f8afc11

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Contents:
1919
atomiccommandcheatsheet
2020
base
2121
docker
22+
ircbouncer
2223
contribute
2324

2425

docs/ircbouncer.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
IRC Bouncer: ZNC
2+
================
3+
4+
This page describes how to use IRC Bouncer on Atomic host. We will run ZNC.
5+
6+
**First you will need to boot up an atomic host**
7+
8+
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.
9+
10+
Now perform the build with the following command:
11+
12+
``docker build -t fedora/znc``
13+
14+
After the build is successful run the container with the following command:
15+
16+
``atomic run fedora/znc``
17+
18+
**Note** that is you are not using Atomic host, you can run the container with this command:
19+
``docker run -d --name znc -p 6667:6667 fedora/znc``
20+
21+
Now do ``docker ps -a`` to check if znc is running.

0 commit comments

Comments
 (0)