diff --git a/README.md b/README.md index aaf7784..c2ad3a8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The easiest way to run your hosts against the Docker Bench for Security is by running our pre-built container: ```sh -docker run -it --net host --pid host --cap-add audit_control \ +docker run -it --net host --pid host --userns host --cap-add audit_control \ -e DOCKER_CONTENT_TRUST=$DOCKER_CONTENT_TRUST \ -v /var/lib:/var/lib \ -v /var/run/docker.sock:/var/run/docker.sock \