Sign inSign up

avgurx/haproxy

By avgurx

Updated over 1 year ago

HAproxy

Image
Networking
Web servers
0

1.1K

avgurx/haproxy repository overview

Version

HAProxy Server 2.6.18 Alpine Linux 3.18 with S6 Overlay 3.1.6.2

Start Сontainer

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

Volumes

-v /opt/haproxy:/vdsroot

Bind /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

Environment Variables

TZ

A time zone of container. Default value: Etc/UTC

VUID / VGID

Run HAProxy as a non-root user. If unset, default values are: 7001/7001

Tag summary

Content type

Image

Digest

sha256:dbc3e2200

Size

11.2 MB

Last updated

over 1 year ago

docker pull avgurx/haproxy