You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to login to the daemonset pod, but somehow unable to run the Docker CIS shell script:
~/docker-bench-security # sh docker-bench-security.sh
Error connecting to docker daemon (does docker ps work?)
~/docker-bench-security # docker ps
Get http://%2Fvar%2Frun%2Fdocker.sock/v1.40/containers/json: net/http: HTTP/1.x transport connection broken: malformed HTTP response "\x00\x00\x06\x04\x00\x00\x00\x00\x00\x00\x05\x00\x00@\x00".
* Are you trying to connect to a TLS-enabled daemon without TLS?
➜ ~ kubectl get daemonsets
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
docker-bench-security 2 2 2 2 2 <none> 11m
The text was updated successfully, but these errors were encountered:
Hi,
I am trying the Docker CIS benchmark scenario: https://madhuakula.com/kubernetes-goat/docs/scenarios/scenario-5/docker-cis-benchmarks-in-kubernetes-containers/welcome
I am able to login to the daemonset pod, but somehow unable to run the Docker CIS shell script:
The text was updated successfully, but these errors were encountered: