Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 818 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 818 Bytes

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>