|
1 | 1 | # Supported tags and respective `Dockerfile` links
|
2 | 2 |
|
3 | 3 | - [`3.3-dev0`, `3.3`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/3.3/Dockerfile)
|
4 |
| -- [`3.2.0`, `3.2`, `latest`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/3.2/Dockerfile) |
| 4 | +- [`3.2.0`, `3.2`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/3.2/Dockerfile) |
5 | 5 | - [`3.1.7`, `3.1`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/3.1/Dockerfile)
|
6 | 6 | - [`3.0.10`, `3.0`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/3.0/Dockerfile)
|
7 | 7 | - [`2.9.15`, `2.9`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/2.9/Dockerfile)
|
8 | 8 | - [`2.8.15`, `2.8`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/2.8/Dockerfile)
|
9 | 9 | - [`2.6.22`, `2.6`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/2.6/Dockerfile)
|
10 | 10 | - [`2.4.29`, `2.4`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/2.4/Dockerfile)
|
11 |
| -- [`2.2.34`, `2.2`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/2.2/Dockerfile) |
12 | 11 |
|
13 | 12 | # Quick reference
|
14 | 13 |
|
@@ -91,14 +90,12 @@ Note that your host's `/path/to/etc/haproxy` folder should be populated with a f
|
91 | 90 |
|
92 | 91 | ## Reloading config
|
93 | 92 |
|
94 |
| -To be able to reload HAProxy configuration, you can send `SIGHUP` to the container: |
| 93 | +To be able to reload HAProxy configuration, you can send `SIGUSR2` to the container: |
95 | 94 |
|
96 | 95 | ```console
|
97 |
| -$ docker kill -s HUP my-running-haproxy |
| 96 | +$ docker kill -s USR2 my-running-haproxy |
98 | 97 | ```
|
99 | 98 |
|
100 |
| -To achieve seamless reloads it is required to use `expose-fd listeners` and socket transfers which are not enabled by default. More on this topic is in the blog post [Truly Seamless Reloads with HAProxy](https://www.haproxy.com/blog/truly-seamless-reloads-with-haproxy-no-more-hacks/). |
101 |
| - |
102 | 99 | ## Enable Data Plane API
|
103 | 100 |
|
104 | 101 | [Data Plane API](https://www.haproxy.com/documentation/hapee/2-7r1/api/data-plane-api/) sidecar is being distributed by default in all 2.0+ images and to enable it there are a few steps required:
|
|
0 commit comments