docker-keepalived/README.md

13 lines
450 B
Markdown
Raw Normal View History

2015-06-16 09:13:22 +00:00
# osixia/keepalived
2015-07-23 12:39:49 +00:00
[![](https://badge.imagelayers.io/osixia/keepalived:latest.svg)](https://imagelayers.io/?images=osixia/keepalived:latest 'Get your own badge on imagelayers.io')
2015-06-16 09:13:22 +00:00
A docker image to run Keepalived.
> [keepalived.org](http://keepalived.org/)
## Quick start
2015-06-21 19:32:28 +00:00
This image require the kernel module ip_vs loaded on the host and need to be run with : --privileged --net=host
2015-06-16 09:13:22 +00:00
docker run --privileged --net=host -d osixia/keepalived