diff --git a/README.md b/README.md index ba24bba..cbcfa1f 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ kubectl run --rm -i -t kube-bench-node --image=aquasec/kube-bench:latest --resta ### Installing from a container This command copies the kube-bench binary and configuration files to your host from the Docker container: +** binaries compiled for linux-x86-64 only, (no OSX) ** ``` docker run --rm -v `pwd`:/host aquasec/kube-bench:latest install ```