A gateway service passing the traffic through haproxy. And also providing dns service.
1.7K
checkout this project
docker build -t houselabs/gate ./docker-gate/
Run
docker run -i -t --net=host --privileged=true -v /home/core/conf:/conf houselabs/gate bash
And run
/start.sh
Run
docker run -d --name=gate --net=host --privileged=true -v /home/core/conf:/conf houselabs/gate
Content type
Image
Digest
Size
19.9 MB
Last updated
over 10 years ago
docker pull houselabs/gate