jgeusebroek/znc

By jgeusebroek

Updated almost 4 years ago

A tiny container (5MB) running gliderlabs/docker-alpine Linux and ZNC with basic modules.

Image
0

100K+

jgeusebroek/znc repository overview

Docker ZNC image

A tiny image running gliderlabs/docker-alpine Linux and ZNC with basic modules. Need custom module support? Have a look at jimeh/znc.

Usage

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

Optional environment variables

  • USER_UID User ID of the ZNC account (default: 2001).
  • USER_GID Group ID of the ZNC account (default: 2001).

License

MIT / BSD

Author Information

Jeroen Geusebroek

Tag summary

Content type

Image

Digest

Size

19.9 MB

Last updated

almost 4 years ago

docker pull jgeusebroek/znc