Skip to content

shafer/docker-keepalived

 
 

Repository files navigation

keepalived

Downloads Build Status

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%