Sign inSign up

gmsolutions/unrealircd

By gmsolutions

Updated over 2 years ago

Image
0

1.0K

gmsolutions/unrealircd repository overview

UnrealIRCD docker images.

gmsolutions/unrealircd:6.1.4-alpine

Please ensure you provide an existing working unrealircd configuration before starting this image. There are config differences between 5/6 eg cloak log ip/mask.

Start

docker run --restart=always --name afterx -p 6667:6667 -p 6697:6697
-v ${HOME}/.service/unrealircd/conf:/home/ircd/unrealircd/conf
-v ${HOME}/.service/unrealircd/logs:/home/ircd/unrealircd/logs
-v ${HOME}/.service/unrealircd/cache:/home/ircd/unrealircd/cache
-v ${HOME}/.service/unrealircd/data:/home/ircd/unrealircd/data
-v ${HOME}/.service/unrealircd/tmp:/home/ircd/unrealircd/tmp
-v ${HOME}/.service/unrealircd/conf/tls/curl-ca-bundle.crt:/home/ircd/unrealircd/conf/tls/curl-ca-bundle.crt
gmsolutions/unrealircd:6.1.4-alpine

shell for testing

docker run -u ircd -ti --entrypoint /bin/bash
-v ${HOME}/.service/unrealircd/conf:/home/ircd/unrealircd/conf
-v ${HOME}/.service/unrealircd/logs:/home/ircd/unrealircd/logs
-v ${HOME}/.service/unrealircd/cache:/home/ircd/unrealircd/cache
-v ${HOME}/.service/unrealircd/data:/home/ircd/unrealircd/data
-v ${HOME}/.service/unrealircd/tmp:/home/ircd/unrealircd/tmp
-v ${HOME}/.service/unrealircd/modules:/home/ircd/unrealircd/modules/third
-v ${HOME}/.service/unrealircd/conf/tls/curl-ca-bundle.crt:/home/ircd/unrealircd/conf/tls/curl-ca-bundle.crt
gmsolutions/unrealircd:6.1.4-alpine

Tag summary

Content type

Image

Digest

sha256:d41d656ac

Size

16.1 MB

Last updated

over 2 years ago

docker pull gmsolutions/unrealircd