# Kiwi IRC ## How to run Create a config.json: [https://github.com/kiwiirc/kiwiirc/blob/master/static/config.json](https://github.com/kiwiirc/kiwiirc/blob/master/static/config.json) Create a kiwiirc.conf: [https://github.com/kiwiirc/webircgateway/blob/master/config.conf.example](https://github.com/kiwiirc/webircgateway/blob/master/config.conf.example) > Alternatively, you could copy the example files in this repo Run the following: ``` docker run -it --rm \ -p 8080:8080 \ -v $PWD/kiwiirc.conf:/bootstrap/kiwiirc.conf \ -v $PWD/config.json:/bootstrap/config.json \ jerryaldrichiii/kiwiirc:latest ```