Removed extra '\' sign (#6)

There was an extra '\' sign in the docker pull command
pull/8/head
jerbia 7 years ago committed by GitHub
parent 61d840e37d
commit d3bbf2698e

@ -15,7 +15,7 @@ Tests are configured with YAML files, making this tool easy to update as test sp
You can either install kube-bench through a dedicated container, or compile it from source:
1. Container installation:
Run ```docker run --rm -v \`pwd\`:/host aquasec/kube-bench:latest```. This will copy the kube-bench binary and configuration to you host. You can then run ```./kube-bench <master|node>```.
Run ```docker run --rm -v `pwd`:/host aquasec/kube-bench:latest```. This will copy the kube-bench binary and configuration to you host. You can then run ```./kube-bench <master|node>```.
2. Install from sources:
If Go is installed on the target machines, you can simply clone this repository and run as follows:

Loading…
Cancel
Save