Permalink
Showing
with
10 additions
and 1 deletion.
- +1 −0 haproxy/Dockerfile
- +1 −0 haproxy/conf/haproxy.cfg
- +2 −0 haproxy/container_files/bin/haproxycfg.sh
- +6 −1 tests/haproxy.bats
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
echo "$@" | socat unix-connect:/usr/local/etc/haproxysock stdio |