Unreal IRCd Arch linux build
2.0K
Build the image:
docker build -t archlinux-unrealircd .
Run the container:
docker run -d -p 6697:6697 -p 7000:7000 --name ircd archlinux-unrealircd
Alternatively, you can run the image pulling it directly from hub.docker.com:
docker run -d -p 6697:6697 -p 7000:7000 --name ircd libcrack/archlinux-unrealircd
Content type
Image
Digest
sha256:ad4fd3e5e…
Size
161.5 MB
Last updated
almost 2 years ago
docker pull libcrack/archlinux-unrealircd