Sign inSign up

ikaruswill/keepalived

By ikaruswill

Updated about 4 years ago

Image
1

2.9K

ikaruswill/keepalived repository overview

keepalived

Build Status Docker Pulls

Lightweight image for keepalived bundled with curl for health check scripts.

Quick start

docker run --cap-add=NET_ADMIN --cap-add=NET_BROADCAST --cap-add=NET_RAW --net=host -d ikaruswill/keepalived

Configuration

Mount keepalived configuration to /etc/keepalived/keepalived.conf with docker volumes like so:

docker run \
-v /path/to/keepalived.conf:/etc/keepalived/keepalived.conf \
--cap-add=NET_ADMIN --cap-add=NET_BROADCAST --cap-add=NET_RAW --net=host -d \
ikaruswill/keepalived

Tag summary

Content type

Image

Digest

Size

6 MB

Last updated

about 4 years ago

docker pull ikaruswill/keepalived