Merge branch 'master' of github.com:byjg/docker-easy-haproxy
This commit is contained in:
commit
9b7e2b6c1d
11 changed files with 112 additions and 10 deletions
|
|
@ -85,6 +85,12 @@ docker run --network easyhaproxy byjg/easyhaproxy
|
|||
docker run --network easyhaproxy myimage
|
||||
```
|
||||
|
||||
or, if the container is already created you can join it using the command:
|
||||
|
||||
```
|
||||
docker network connect easyhaproxy mycontainer
|
||||
```
|
||||
|
||||
### EASYHAPROXY_DISCOVER: swarm
|
||||
|
||||
This method requires a functional Docker Swarm Cluster. The system will search for the labels in all containers on all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue