warn osx limitation

This commit is contained in:
Spencer Owen
2019-01-14 10:41:19 -07:00
committed by GitHub
parent 2eef3e8ad2
commit 2a9a02f25b
+1
View File
@@ -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
```