Skip to content

Commit

Permalink
standalone host scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
gkosaka committed Nov 14, 2023
1 parent 1b1b8b5 commit 0db365f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions user/pages/06.scanning/06.scanners/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ The following scanner environment variables can be used in the docker run comman
- CLUSTER_JOIN_ADDR (optional), CLUSTER_JOIN_PORT (optional) - to send results to controller for use in Admission control rules (Kubernetes deployed controller).
- CLUSTER_ADVERTISED_ADDR (optional) - if scanner is on different host than controller, to send results for use in Admission control rules (Kubernetes deployed controller).

####Host Scanning in Standalone Mode
Use the following command to scan the host. Note: Requires privileged mode.
```
docker run --rm --privileged --pid=host neuvector/scanner -n
```

#### Manual Deployment of Multiple Scanners on Kubernetes
To manually deploy scanners as part of an existing Kubernetes deployment, create a new role binding:

Expand Down

0 comments on commit 0db365f

Please sign in to comment.