Git Product home page Git Product logo

ubi8-znc's Introduction

ZNC on UBI 8 image

Docker Repository on Quay

This container will use ubi8/ubi-minimal as base image to build and run ZNC bouncer.

How to run it

ZNC will start automatically with the option --foreground. It expect to find a valid configuration inside /home/znc/. It can be started with:

$ podman run -d \
           -p [local_port]:[znc_port] \
           -u 1001 \
           -v /path/to/folder:/home/znc quay.io/elroncio/ubi8-znc

If you want to create a configuration for the first time, you can run it with:

$ podman run -it \
           -p [local_port]:[znc_port] \
           -u 1001 
           -v /path/to/folder:/home/znc quay.io/elroncio/ubi8-znc --makeconf

How to build it

The container will perform a multi-stage build, cloning and building the soruce code of znc at the tag setted with ARG TAG. It will run as user set by ARG UID and it will be in the directory setted by ARG ZNC_HOME_DIR. The default valuse are:

  • TAG: 1.7.5
  • UID: 1001
  • ZNC_HOME_DIR: /home/znc

You can change those values at build time.

To build:

$ buildah bud -f Dockerfile -t your/tag/name

ToDo:

  • Better documentation
  • Selinux option with Udica

ubi8-znc's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.