Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/user-guide/host-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ an appropriate configuration should be applied. To facilitate these steps, Hedge
docker container which automatically starts [FRR](https://docs.frrouting.org/en/latest/) with
a valid configuration to join the Fabric.

!!! warning
Hedgehog does not control host servers; the scripts in the HostBGP container do their best to
generate a sane configuration and to address possible pitfalls, but they are not bulletproof,
and they cannot fix issues occurring after startup. Users are encouraged to double-check
container logs for warnings, to ensure that the generated configuration matches the declared
intent, and to monitor the system after the initial container deployment.

As a first step, users should download the docker image from our registry:
```bash
docker pull ghcr.io/githedgehog/host-bgp
Expand Down
Loading