-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Formatting and case, adds links Co-authored-by: Federico Di Pierro <[email protected]> Signed-off-by: Bill Vandenberk <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# Warning | ||
This environment is provided for demonstration purposes only and does not represent a production ready deployment of falco | ||
|
||
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 | ||
The components that this docker-compose file spins up are [Falco](https://falco.org/), [falcosidekick](https://github.com/falcosecurity/falcosidekick), [falcosidekick-ui](https://github.com/falcosecurity/falcosidekick-ui) and a [redis](https://redis.io/) database. | ||
|
||
# Running | ||
To start this environment run `docker-compose up` | ||
Note: You may need to use sudo for falco to start correctly. | ||
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` | ||
|
||
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` |