You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2021. It is now read-only.
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.
22
+
23
+
**Note:**
24
+
25
+
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 commit comments