diff --git a/docs/installation.md b/docs/installation.md index d43dc7bf..7e2d84c8 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -31,10 +31,10 @@ $ python3 run_kraken.py --config ``` ### Run containerized version -Assuming that the latest docker ( 17.05 or greater with multi-build support ) is intalled on the host, run: +Assuming that the latest docker ( 17.05 or greater with multi-build support ) is installed on the host, run: ``` $ docker pull quay.io/openshift-scale/kraken:latest -$ docker run --name=kraken --net=host -v :/root/.kube/config -v :/root/kraken/config/config.yaml -d quay.io/openshift-scale/kraken:latest +$ docker run --name=kraken --net=host -v :/root/.kube/config:Z -v :/root/kraken/config/config.yaml:Z -d quay.io/openshift-scale/kraken:latest $ docker logs -f kraken ```