1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-18 20:58:10 +00:00

Clarify that only Linux is supported when installing from container

This commit is contained in:
Will Medlar 2018-05-06 14:01:49 -05:00
parent 0714683371
commit 1cff0c4da1

View File

@ -40,7 +40,7 @@ If you want to install a pre-built kube-bench, you can copy the kube-bench binar
docker run --rm -v `pwd`:/host aquasec/kube-bench:latest install docker run --rm -v `pwd`:/host aquasec/kube-bench:latest install
``` ```
You can then run `./kube-bench <master|node>`. You can then run `./kube-bench <master|node>`. This should work for any Linux distribution, including Alpine.
### Installing from sources ### Installing from sources