docker readme update (#1924)

This commit is contained in:
mmetc 2022-12-12 10:57:26 +01:00 committed by GitHub
parent 409721414b
commit e4ff26d613
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,13 +139,13 @@ gathers all signals from agents and communicates with the `central API`.
## Register a new agent with LAPI ## Register a new agent with LAPI
Without TLS: Without TLS authentication:
```shell ```shell
docker exec -it crowdsec_lapi_container_name cscli machines add agent_user_name --password agent_password docker exec -it crowdsec_lapi_container_name cscli machines add agent_user_name --password agent_password
``` ```
With TLS: With TLS authentication:
Agents are automatically registered and don't need a username or password. The Agents are automatically registered and don't need a username or password. The
agents' names are derived from the IP address from which they connect. agents' names are derived from the IP address from which they connect.
@ -171,7 +171,7 @@ https://docs.crowdsec.net/docs/user_guides/bouncers_configuration/
### Automatic Bouncer Registration ### Automatic Bouncer Registration
Without TLS: Without TLS authentication:
You can register bouncers with the crowdsec container at startup, using environment variables or Docker secrets. You cannot use this process to update an existing bouncer without first deleting it. You can register bouncers with the crowdsec container at startup, using environment variables or Docker secrets. You cannot use this process to update an existing bouncer without first deleting it.
@ -181,7 +181,7 @@ To use Docker secrets, the secret should be named `bouncer_key_<name>` with a co
A bouncer key can be any string but we recommend an alphanumeric value for consistency with the crowdsec-generated keys and to avoid problems with escaping special characters. A bouncer key can be any string but we recommend an alphanumeric value for consistency with the crowdsec-generated keys and to avoid problems with escaping special characters.
With TLS: With TLS authentication:
Bouncers are automatically registered and don't need an API key. The Bouncers are automatically registered and don't need an API key. The
bouncers' names are derived from the IP address from which they connect. bouncers' names are derived from the IP address from which they connect.