Skip to content

Commit

Permalink
fix docker command in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Smana committed Apr 4, 2016
1 parent d165e9c commit f554eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Installation
### 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
docker run -it -v /home/smana/kargoconf:/etc/kargo quay.io/smana/k8s-kargocli:latest /bin/bash

The mounted directory contains kargo's configuration as well as keys

Expand Down

0 comments on commit f554eb9

Please sign in to comment.