GithubHelp home page GithubHelp logo

haproxy's Introduction

Haproxy

[]

Supported Haproxy versions

There are two dockerfiles in the repo:One is for haproxy 1.6.3 with haproxy files included in this repo; the other one makes it easy for you to build any version of haproxy as it downloads haproxy online. You can changed the haproxy version just by changing the ENV HAPROXY_VERSION to the your desired version.

How to use this image

This image is simply a base image for you. There are several ways for you to get started.

Create a Dockerfile

FROM softputer/haproxy
COPY haproxy.cfg /etc/haproxy/haproxy.cfg
CMD ["service", "haproxy", "start"]

Above is the simplest method to use this image. But in reality, haproxy.cfg is dynamically generated, you have to reload haproxy.cfg every certain time. This is controlled by your program which is executed when your image is started.

For example: your program is a binary named controller.

FROM softputer/haproxy
COPY controller /
CMD ["/controller"]

Attention

There are mainly two kinds of haproxy reloading methods. One is to kill all running processes and reload the haproxy.cfg to generate new process. Another do not kill running processes until they are over. You should choose the latter.

If you have any questions about the usage of this image or the configuration of haproxy, you can contact my by email: [email protected].

haproxy's People

Contributors

jaysonqy avatar softputer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.