Skip to content

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

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages