From d165e9ccbd41ec1968a23ed02339bf9e2448739d Mon Sep 17 00:00:00 2001 From: Smana Date: Mon, 4 Apr 2016 21:37:48 +0200 Subject: [PATCH] add docker command --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 12a83ac..c0acb6c 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,18 @@ Requirements Installation ============ +### Python pip + pip2 install kargo + +### Docker image +Alternatively you can use the docker image `k8s-kargocli` as follows: + + docker run -it -v /home/smana/kargoconf:/etc/kargo k8s-kargocli /bin/bash + +The mounted directory contains kargo's configuration as well as keys + Config file -----------