docker-keepalived/README.md

11 lines
288 B
Markdown
Raw Normal View History

2015-06-16 09:13:22 +00:00
# osixia/keepalived
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