Nonobis / haproxy-wi-docker-ubuntu

Dockerfile to create an Ubuntu 20.04 based HAProxy container with web based administration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haproxy-wi-docker-ubuntu

Dockerfile to create an Ubuntu 20.04 based HAProxy container with web based administration

Usage

Build container image

docker build -t haproxy-ubuntu-wi .

Run container

docker run -dp 8443:443 haproxy-ubuntu-wi

Access GUI

https://localhost:8443

About

Dockerfile to create an Ubuntu 20.04 based HAProxy container with web based administration

License:MIT License


Languages

Language:Dockerfile 100.0%