Docker scribe for Hisoku (https://github.com/ronnywang/hisoku)
- build-image.sh: build script
- config/scribed.conf: scribed conf file
- test/test.js: scribe test client
./build-image.sh
docker run -d --name scribe -p 1463:1463 -v /srv/logs/scribed:/srv/logs/scribed hisoku/scribe /usr/local/bin/scribed /srv/config/scribed.conf
cd test
npm install scribe
node test.js