From 1cff0c4da1c56b9e4da6bb15473a6326a509eb8b Mon Sep 17 00:00:00 2001 From: Will Medlar <will.medlar@gmail.com> Date: Sun, 6 May 2018 14:01:49 -0500 Subject: [PATCH] Clarify that only Linux is supported when installing from container --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f683277..4521183 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you want to install a pre-built kube-bench, you can copy the kube-bench binar docker run --rm -v `pwd`:/host aquasec/kube-bench:latest install ``` -You can then run `./kube-bench <master|node>`. +You can then run `./kube-bench <master|node>`. This should work for any Linux distribution, including Alpine. ### Installing from sources -- GitLab