From 2a9a02f25b6a59378409c9d06afdee8442da4de2 Mon Sep 17 00:00:00 2001 From: Spencer Owen Date: Mon, 14 Jan 2019 10:41:19 -0700 Subject: [PATCH] warn osx limitation --- README.md | 1 + 1 file changed, 1 insertion(+) 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 ```