From 6b9ceae9d4ad9f1d8bde05958cf37c0a2bdc4fd5 Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Tue, 15 Jan 2019 11:05:04 +0000 Subject: [PATCH] True for Windows too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbcfa1f..1f3d454 100644 --- a/README.md +++ b/README.md @@ -57,7 +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) ** +** binaries compiled for linux-x86-64 only (so they won't run on OSX or Windows) ** ``` docker run --rm -v `pwd`:/host aquasec/kube-bench:latest install ```