falco/docker/docker-compose
Federico Di Pierro f4dd0b9c07 fix(docker): fix docker-compose with correct image name for Falco.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
2024-11-05 17:38:11 +01:00
..
config add newline to end of config file 2024-08-30 10:22:41 +02:00
docker-compose.yaml fix(docker): fix docker-compose with correct image name for Falco. 2024-11-05 17:38:11 +01:00
README.md Apply suggestions from code review 2024-08-30 10:22:41 +02:00

Warning

This environment is provided for demonstration purposes only and does not represent a production ready deployment of Falco.

Components

The components that this docker-compose file spins up are Falco, falcosidekick, falcosidekick-ui and a redis database.

Running

To start this environment run docker-compose up. Note: You may need to use sudo for Falco to start correctly.

Cleaning up

To clean up run docker-compose rm.

Generating events

If you'd like to generate events that will trigger rules and show up in the UI you can run docker run -it --rm falcosecurity/event-generator run syscall --loop