Giter Club home page Giter Club logo

docker-keepalived's Introduction

docker-keepalived

A docker image to run keepalived

Quick start

This image require the kernel module ip_vs loaded on the host (modprobe ip_vs) and needs some extra capabilities:

docker run --cap-add=NET_ADMIN \
           --cap-add=NET_BROADCAST \
           --cap-add=NET_RAW \
           --net=host \
           ghcr.io/fopina/keepalived

Usage

Image entrypoint is keepalived itself with flags -n -l: run in foreground (as it is a container) and log to console

Listing all keepalived options:

docker run --rm ghcr.io/fopina/keepalived -h
Usage: keepalived [OPTION...]
  -f, --use-file=FILE          Use the specified configuration file
...
  -D, --log-detail             Detailed log messages
...

To enable detailed logging:

docker run --rm ghcr.io/fopina/keepalived --log-detail

Check Dockerfile or configuration template for an accurate list of environment configuration and their defaults:

# default configuration
ENV KEEPALIVED_VRRP=VI_1
ENV KEEPALIVED_STATE=MASTER
ENV KEEPALIVED_ETH=eth0
ENV KEEPALIVED_ROUTER=51
ENV KEEPALIVED_PRIORITY=255
ENV KEEPALIVED_ADVERT=1
ENV KEEPALIVED_AUTH=""
ENV KEEPALIVED_VIP="10.0.99.99/16"

docker-keepalived's People

Contributors

fopina avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.