diff --git a/README.md b/README.md index ba24bbac26d51d6754ba0ae9df9561eb5c1e2190..cbcfa1fa8d7598a710cbf25038b96bc1f6ff6a00 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 ```