mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 07:37:32 +00:00
Update README.md
Add instructions for uninstallation
This commit is contained in:
parent
5263181b15
commit
56f806b7ea
@ -135,6 +135,9 @@ Warning: The following command might not work with any kernel. Make sure to cust
|
||||
|
||||
`yum -y install falco`
|
||||
|
||||
|
||||
To uninstall, just do `yum erase falco`.
|
||||
|
||||
##### Debian
|
||||
|
||||
- Trust the Draios GPG key, configure the apt repository, and update the package list
|
||||
@ -155,9 +158,8 @@ Warning: The following command might not work with any kernel. Make sure to cust
|
||||
|
||||
`apt-get -y install falco`
|
||||
|
||||
Instructions for installing via .deb, .rpm, or docker. To be filled in pre-release.
|
||||
To uninstall, just do `apt-get remove falco`.
|
||||
|
||||
For now, local compilation and installation is the way to install (see "Building Falco" below).
|
||||
|
||||
##### Container install (general)
|
||||
|
||||
@ -192,6 +194,8 @@ curl -s https://s3.amazonaws.com/download.draios.com/stable/install-falco | bash
|
||||
sysdig-probe-loader
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Running Falco
|
||||
|
||||
Falco is intended to be run as a service. But for experimentation and designing/testing rulesets, you will likely want to run it manually from the command-line.
|
||||
|
Loading…
Reference in New Issue
Block a user