diff --git a/How-to-Install-Falco-using-Containers.md b/How-to-Install-Falco-using-Containers.md index 16b2833..ad43d8b 100644 --- a/How-to-Install-Falco-using-Containers.md +++ b/How-to-Install-Falco-using-Containers.md @@ -19,7 +19,7 @@ docker pull sysdig/falco docker run -i -t --name falco --privileged -v /var/run/docker.sock:/host/var/run/docker.sock -v /dev:/host/dev -v /proc:/host/proc:ro -v /boot:/host/boot:ro -v /lib/modules:/host/lib/modules:ro -v /usr:/host/usr:ro sysdig/falco ``` -To see it in action, also run the [event generator](Generating Sample Events): +To see it in action, also run the [event generator](Generating Sample Events) to perform actions that trigger falco's ruleset: ``` docker pull sysdig/falco-event-generator