Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

angelnu/docker-keepalived

 
 

Repository files navigation

keepalived

Downloads

NOTE: Archiving this since I moved to K8S Load Balancers/Multus and the k8s community. I will not delete it since it was used by others but please notice that I am also dissabling the weekly builds since the trigger docker pull limit errors and I do not want the spam nor have the interest to upgrade the CI to use the Github container registry. If there is interest of others please contact me in the k8s-at-home Discord.

Keepalived as docker container for mutiple archs:

  • arm
  • arm64
  • amd64

How to run

Docker

docker run -d -e KEEPALIVED_PRIORITY=$priority -e KEEPALIVED_VIRTUAL_IP=$VIP -e KEEPALIVED_PASSWORD=$password \
--net=host --privileged=true angelnu/keepalived

Kubernetes

See example

Travis

Note: if you clone this you need to set your travis env variables:

  • travis env set DOCKER_USER <your docker user>
  • travis env set DOCKER_PASS <your docker password>

About

Dockerfile to build Keepalived docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.2%
  • Dockerfile 28.8%