1 Star 0 Fork 31

snowgo/docker-images

forked from anolis/docker-images
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

HAProxy

Quick reference

Supported tags and respective Dockerfile links

Supported architectures

  • arm64, x86-64

Build reference

Build multi-arch images and push to registry:

docker buildx build -t "openanolis/haproxy:$VERSION" --platform linux/amd64,linux/arm64 . --push

Test the configuration file

docker run -it --rm --name haproxy-syntax-check openanolis/haproxy haproxy -c -f /etc/haproxy/haproxy.cfg

Usage

docker run -d --name my-running-haproxy openanolis/haproxy

HAProxy

HAProxy is a free, open source high availability solution, providing load balancing and proxying for TCP and HTTP-based applications by spreading requests across multiple servers. It is written in C and has a reputation for being fast and efficient (in terms of processor and memory usage).

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/snowgo/docker-images.git
git@gitee.com:snowgo/docker-images.git
snowgo
docker-images
docker-images
master

搜索帮助