1
0
Fork 0

Minor text adjustments

This commit is contained in:
Joao Gilberto Magalhaes 2024-11-15 20:16:14 -06:00
parent 0ab73621d4
commit 0052cc320a
3 changed files with 11 additions and 6 deletions

View file

@ -2,15 +2,19 @@
## Setup Docker EasyHAProxy
This method involves using a standalone Docker installation to discover containers and configure HAProxy.
This method involves using a standalone Docker installation to discover containers
and configure HAProxy.
EasyHAProxy inspects Docker containers and retrieves labels to configure HAProxy. Once it identifies a container with at least the label 'easyhaproxy.http.host,' it configures HAProxy to redirect traffic to that container. To accomplish this, EasyHAProxy may need to attach the same network to its container.
EasyHAProxy inspects Docker containers and retrieves labels to configure HAProxy.
Once it identifies a container with at least the label 'easyhaproxy.http.host,'
it configures HAProxy to redirect traffic to that container.
To accomplish this, EasyHAProxy may need to attach the same network to its container.
It's recommended to create a network external to EasyHAProxy.
It's recommended to create a network external to EasyHAProxy, although it's not mandatory.
Limitations:
- You cannot mix Docker containers with Swarm containers.
- This method does not work with containers that use the '--network=host' option.
- This method does not work with containers that use the '--network=host' option. (see [limitations](limitations.md))
e.g.: