diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a77e332..43c20d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ You can build the container that wraps the containerd-bench for security: ```sh git clone https://scm.cci.nokia.net/bekefi/containerd-security.git -cd containerd-bench-security +cd containerd-security docker build -t containerd-bench-security . ``` @@ -23,7 +23,7 @@ Or you can simply run the shell script locally: ```sh git clone https://scm.cci.nokia.net/bekefi/containerd-security -cd containerd-bench-security +cd containerd-security sudo sh containerd-bench-security.sh ``` diff --git a/README.md b/README.md index 1be3926..8cf37c6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can simply run this script from your base host by running: ```sh git clone https://github.com/nokia/containerd-bench-security.git -cd containerd-security +cd containerd-bench-security sudo sh containerd-bench-security.sh ```