Skip to content

Commit f554eb9

Browse files
committed
fix docker command in the README
1 parent d165e9c commit f554eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Installation
3535
### Docker image
3636
Alternatively you can use the docker image `k8s-kargocli` as follows:
3737

38-
docker run -it -v /home/smana/kargoconf:/etc/kargo k8s-kargocli /bin/bash
38+
docker run -it -v /home/smana/kargoconf:/etc/kargo quay.io/smana/k8s-kargocli:latest /bin/bash
3939

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

0 commit comments

Comments
 (0)