8000
Skip to content

LeandroBirriSTJ/openshift-haproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAProxy OpenShift Dockerfile

How to build this Dockerfile

Building this Dockerfile requires a Red Hat Enterprise Linux 7 host system with Software Collections entitlements available.

To build the Dockerfile, run:

$ cd openshift-haproxy
# build on centos7
$ make

# OR build on rhel7
# make TARGET=rhel7

$ make run
$ curl localhost:8080

General container help
----------------------

Run `docker run -ti THIS_IMAGE bash` to obtain interactive shell.

Run `docker exec -ti CONTAINERID container-entrypoint` to access already running container.

To get more help on HAProxy, visit http://www.haproxy.org/ . More detailed documentation
is available at http://www.haproxy.org/#docs.

To update, build, & push the image to the RH container zone, run:

$ ./build.sh Dockerfile.rhel7

About

HAProxy OpenShift Docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 36.7%
  • Makefile 32.1%
  • Shell 31.2%
0