diff options
Diffstat (limited to 'docker/netiquette/README.md')
-rw-r--r-- | docker/netiquette/README.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/docker/netiquette/README.md b/docker/netiquette/README.md deleted file mode 100644 index e4c2f27..0000000 --- a/docker/netiquette/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# 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 -``` |