Skip to content

Commit b5d71ff

Browse files
committed
Update README
1 parent ae41b1b commit b5d71ff

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Supported tags and respective `Dockerfile` links
22

33
- [`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)
55
- [`3.1.7`, `3.1`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/3.1/Dockerfile)
66
- [`3.0.10`, `3.0`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/3.0/Dockerfile)
77
- [`2.9.15`, `2.9`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/2.9/Dockerfile)
88
- [`2.8.15`, `2.8`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/2.8/Dockerfile)
99
- [`2.6.22`, `2.6`](https://github.com/haproxytech/haproxy-docker-alpine/blob/main/2.6/Dockerfile)
1010
- [`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)
1211

1312
# Quick reference
1413

@@ -91,14 +90,12 @@ Note that your host's `/path/to/etc/haproxy` folder should be populated with a f
9190

9291
## Reloading config
9392

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:
9594

9695
```console
97-
$ docker kill -s HUP my-running-haproxy
96+
$ docker kill -s USR2 my-running-haproxy
9897
```
9998

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-
10299
## Enable Data Plane API
103100

104101
[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:

README_short.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,12 @@ Note that your host's `/path/to/etc/haproxy` folder should be populated with a f
7979

8080
## Reloading config
8181

82-
To be able to reload HAProxy configuration, you can send `SIGHUP` to the container:
82+
To be able to reload HAProxy configuration, you can send `SIGUSR2` to the container:
8383

8484
```console
85-
$ docker kill -s HUP my-running-haproxy
85+
$ docker kill -s USR2 my-running-haproxy
8686
```
8787

88-
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/).
89-
9088
## Enable Data Plane API
9189

9290
[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

Comments
 (0)