diff options
Diffstat (limited to 'docker/netiquette/README.md')
-rw-r--r-- | docker/netiquette/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docker/netiquette/README.md b/docker/netiquette/README.md new file mode 100644 index 0000000..e4c2f27 --- /dev/null +++ b/docker/netiquette/README.md @@ -0,0 +1,24 @@ +# netiquette + +``` +npm install +npm test +``` + +You will probably need to run consul in parallel: + +``` +consul agent -dev +``` + +You can register services like that: + +``` +consul services register -name=toto -tag="public_port=4848" +``` + +You will need some arguments to run the software: + +``` +sudo npm start node=rincevent ipt_base=./static.iptables +``` |