An open API service indexing awesome lists of open source software.

https://github.com/ryarnyah/docker-ircd


https://github.com/ryarnyah/docker-ircd

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Docker IRCd container

## To build it
```bash
docker build -t ryarnyah/docker-ircd:latest .
```

## To run it
```bash
docker run -d -p 6667:6667 --drop-cap=ALL ryarnyah/docker-ircd:latest
```