A tiny container (5MB) running gliderlabs/docker-alpine Linux and ZNC with basic modules.
100K+
A tiny image running gliderlabs/docker-alpine Linux and ZNC with basic modules. Need custom module support? Have a look at jimeh/znc.
If you do not yet have a ZNC configuration make sure you run this container interactive the first time, with the argument: --makeconf
docker run --rm -ti \
-p 0.0.0.0:1337:1337 \
--hostname=znc \
--name=znc \
-v /<host_directory_to_share>:/config \
jgeusebroek/znc \
-- makeconf
When you complete the configuration, you can exit the container with ctrl-c and you are ready to run it as a daemon.
docker run --restart=always -d \
-p 0.0.0.0:1337:1337 \
--hostname=znc \
--name=znc \
-v /<host_directory_to_share>:/config \
jgeusebroek/znc
USER_UID User ID of the ZNC account (default: 2001).USER_GID Group ID of the ZNC account (default: 2001).MIT / BSD
Content type
Image
Digest
Size
19.9 MB
Last updated
almost 4 years ago
docker pull jgeusebroek/znc