https://github.com/ednz-cloud/keepalived-containers
Automated builds of keepalived container images.
https://github.com/ednz-cloud/keepalived-containers
container docker keepalived linux vrrp
Last synced: 3 months ago
JSON representation
Automated builds of keepalived container images.
- Host: GitHub
- URL: https://github.com/ednz-cloud/keepalived-containers
- Owner: ednz-cloud
- License: mit
- Created: 2024-02-18T15:00:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-25T16:26:13.000Z (5 months ago)
- Last Synced: 2026-01-26T09:11:12.421Z (5 months ago)
- Topics: container, docker, keepalived, linux, vrrp
- Language: Shell
- Homepage: https://ednz.fr
- Size: 44.9 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keepalived-containers
[](https://github.com/ednz-cloud/keepalived-containers/actions/workflows/build-keepalived.yml)
[](https://github.com/ednz-cloud/keepalived-containers/actions/workflows/build-conntrackd.yml)
Container images for high-availability networking with keepalived and conntrackd.
## Images
| Image | Description | Documentation |
| --------------------------------------------------------------------------------------------------------------------- | -------------------------------------- | ---------------------------------------- |
| [](https://hub.docker.com/r/ednxzu/keepalived) | VRRP-based failover and load balancing | [docs/keepalived.md](docs/keepalived.md) |
| [](https://hub.docker.com/r/ednxzu/conntrackd) | Connection tracking synchronization | [docs/conntrackd.md](docs/conntrackd.md) |
## Quick Start
### keepalived
```bash
docker run --cap-add=NET_ADMIN --net=host \
-e INTERFACE=eth0 \
-e VIRTUAL_IPS="10.1.20.10" \
-d ednxzu/keepalived:latest
```
### conntrackd
```bash
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](LICENSE) for details.