1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-10-31 20:39:14 +00:00

Typo in the usage

This commit is contained in:
Amir Jerbi 2017-06-20 10:10:36 +03:00
parent 6966245e56
commit 4f98c691b9

View File

@ -5,7 +5,7 @@ if [ -d /host ]; then
yes | cp -rf ./kube-bench/kube-bench /host/
echo "=== You can now run ./kube-bench from your host ==="
else
echo "Error: please mount a host directory as /host volume"
echo "docker run --rm -v `pwd`:/host aquasec/kube-bench"
echo "Usage:"
echo " docker run --rm -v \`pwd\`:/host aquasec/kube-bench"
exit
fi