chrip

Image for chirp, see the website for full documentation.
docker pull jcoenep/chirp
Then run it as follows to copy the config file to said container.
docker run -v "$(pwd)"/_chirp.yml:/_chirp.yml -p 3000:80 jcoenep/chirp
Then visit localhost:3000.