shubhanilBag / confd-haproxy

Dockerization of confd and haproxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

confd-haproxy

Build as root

docker build -t confd-haproxy:0.4-root --build-arg CONFD_USER=root --build-arg CONFD_GROUP=root .

Build as nobody

docker build -t confd-haproxy:0.4-nobody --build-arg CONFD_USER=nobody --build-arg CONFD_GROUP=nogroup .

About

Dockerization of confd and haproxy


Languages

Language:Dockerfile 100.0%