An open API service indexing awesome lists of open source software.

https://github.com/ticosax/haproxy-in-docker

haproxy from alpine
https://github.com/ticosax/haproxy-in-docker

Last synced: about 2 months ago
JSON representation

haproxy from alpine

Awesome Lists containing this project

README

        

# haproxy

## start
```bash
docker run -v --net=your-netowrk /etc/opt/haproxy/:/etc/haproxy/ --name=haproxy quay.io/lock8/haproxy-in-docker:latest
```

## one backend

```bash
docker run --net=your-netowrk --name=backend1 whatever/xxx
```

## Soft reload

```bash
docker exec haproxy /reload.sh
```