Support containers sharing a network namespace (issue #47)
This commit is contained in:
parent
8bd9f06f12
commit
463e2023c8
8 changed files with 404 additions and 16 deletions
|
|
@ -8,9 +8,7 @@ sidebar_label: "Limitations"
|
|||
## EasyHAProxy will not work with --network=host
|
||||
|
||||
:::danger Network Mode Incompatibility
|
||||
The `--network=host` option **cannot** be used with EasyHAProxy due to its networking requirements.
|
||||
|
||||
EasyHAProxy needs to inspect and interact with Docker containers from within the Docker network where it's running. Using the `--network=host` option bypasses Docker networking, preventing EasyHAProxy from accessing and configuring containers effectively.
|
||||
The `--network=host` option **cannot** be used with the EasyHAProxy container itself due to its networking requirements.
|
||||
:::
|
||||
|
||||
## Considerations for Multiple Replica Deployments in EasyHAProxy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue