HAProxy Server 2.6.18 Alpine Linux 3.18 with S6 Overlay 3.1.6.2
docker run --name haproxy \
-e VUID=7001 \
-e VGID=7001 \
-e TZ=Etc/UTC \
-v /opt/haproxy:/vdsroot \
-d avgurx/haproxy:latest
When container is launched for the first time, if there are no configuration files (see Volumes), the minimum required set of configuration files and directories are created
-v /opt/haproxy:/vdsrootBind /vdsroot directory inside the container to the /opt/haproxy on the Docker host. This directory contains everything to manage and control HAProxy Server:
/etc - configuration files
/log - logs
TZA time zone of container. Default value: Etc/UTC
VUID / VGIDRun HAProxy as a non-root user. If unset, default values are: 7001/7001
Content type
Image
Digest
sha256:dbc3e2200…
Size
11.2 MB
Last updated
over 1 year ago
docker pull avgurx/haproxy