luzifer/inspircd Dockerfile
This repository contains Dockerfile of InspIRCd for Docker's automated build published to the public Docker Hub Registry.
Base Docker Image
Installation
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
docker pull luzifer/inspircd
Usage
Create a directory containing the configuration for the InspIRCd with at least the inspircd.conf
Then launch it with your configuration:
docker run -d -p 6667:6667 -v /home/myuser/config:/inspircd/conf luzifer/inspircd
Easy!