Update README.md

This commit is contained in:
osixia 2015-08-24 19:46:29 +02:00
parent 8eb1d69938
commit c199795650
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ A docker image to run Keepalived.
## Quick start
This image require the kernel module ip_vs loaded on the host and need to be run with : --privileged --net=host
This image require the kernel module ip_vs loaded on the host (`modprobe ip_vs`) and need to be run with : --cap-add=NET_ADMIN --net=host
docker run --privileged --net=host -d osixia/keepalived
docker run --cap-add=NET_ADMIN --net=host -d osixia/keepalived
## Environment Variables