From abc467153ebcc971f59cd30a59b53a41b25ba467 Mon Sep 17 00:00:00 2001 From: Bartek Rekke Date: Sun, 14 Apr 2019 11:33:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6415785..527d576 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,9 @@ PORT - default 19666 - tcp endpoint for prometheus to query You can run it as a standalone code just by setting environmentals and calling main.py. It is 2019 however and we have a docker and kubernetes: ``` -Document docker here +docker run -p 19666:19666 -e TESTS='your tests json goes here' bojleros/echoip_exporter:latest ``` ``` -Document kubernetes here +Is there anything to document ? Usual deployment with envs and one exposed port .... ```