Issue #33 - handle networks
This commit is contained in:
parent
9535413a10
commit
607470a122
3 changed files with 34 additions and 6 deletions
|
|
@ -5,6 +5,7 @@
|
|||
This method will use a docker standalone installation to discover the containers and configure the HAProxy.
|
||||
|
||||
The only requirement is that containers and EasyHAProxy must be in the same docker network.
|
||||
If not, EasyHAProxy will connect the container with the EasyHAProxy network.
|
||||
|
||||
e.g.:
|
||||
|
||||
|
|
|
|||
|
|
@ -3,9 +3,10 @@
|
|||
## Setup Docker EasyHAProxy
|
||||
|
||||
This method will use a docker swarm installation to discover the containers and configure the HAProxy.
|
||||
The advantage of this method is that you can discover containers in other nodes from the cluster.
|
||||
The advantage of this method is that you can discover containers in other nodes from the cluster.
|
||||
|
||||
The only requirement is that containers and EasyHAProxy must be in the same docker swarm network.
|
||||
If not, EasyHAProxy will connect the service with the EasyHAProxy service network.
|
||||
|
||||
e.g.:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue