Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 484 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 484 Bytes

docker-hisoku-scribe

Docker scribe for Hisoku (https://github.com/ronnywang/hisoku)

files

  • build-image.sh: build script
  • config/scribed.conf: scribed conf file
  • test/test.js: scribe test client

build docker image

./build-image.sh

run container

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

test

cd test
npm install scribe
node test.js