Skip to content

Automated builds of keepalived container images.

License

Notifications You must be signed in to change notification settings

ednz-cloud/keepalived-containers

Repository files navigation

keepalived-containers

build-keepalived build-conntrackd

Container images for high-availability networking with keepalived and conntrackd.

Images

Image Description Documentation
dockerhub VRRP-based failover and load balancing docs/keepalived.md
dockerhub Connection tracking synchronization docs/conntrackd.md

Quick Start

keepalived

docker run --cap-add=NET_ADMIN --net=host \
  -e INTERFACE=eth0 \
  -e VIRTUAL_IPS="10.1.20.10" \
  -d ednxzu/keepalived:latest

conntrackd

docker run --privileged --net=host \
  -e IPV4_DESTINATION_ADDRESS=192.168.1.2 \
  -d ednxzu/conntrackd:latest

Architecture

Both images are built for amd64 and arm64 architectures and are automatically rebuilt every 15 days.

License

See LICENSE for details.

About

Automated builds of keepalived container images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages