This commit is contained in:
2019-04-14 19:34:54 +02:00
commit eeeae624e4
5 changed files with 118 additions and 0 deletions

54
README.rst Normal file
View File

@@ -0,0 +1,54 @@
ABOUT
=====
Docker container for HA-Proxy.
AUTHOR
======
Jens Kleineheismann <heinzel@heinzelwelt.de>
DESCRIPTION
===========
This docker image is derivated from the official Fedora image
(https://hub.docker.com/_/fedora).
It will contain and run
- haproxy
BUILD
=====
- ``make``
- ``make test``
or alternatively the *long* way:
- ``docker build -t haproxy .``
- ``dgoss run haproxy``
USAGE
=====
- ``docker run -d -p 80:80 haproxy``
The httpd process is listening on port 80/tcp.
The httpd error log will be written to stderr, so it can be
obtained with ``docker logs``
CONFIGURATION
=============
The following **environment variables** are supported and
can be set with the -e option of the ``docker run`` command:
- LOG_LEVEL (default: error)
-- to set the httpd LogLevel directive
LICENCE
=======
Permission to use, copy, modify, and/or distribute this software
for any purpose with or without fee is hereby granted.