From c199795650a4281d7ba2c9c2f2c407ab3a36c038 Mon Sep 17 00:00:00 2001 From: osixia Date: Mon, 24 Aug 2015 19:46:29 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee685cf..6c8c93b 100644 --- a/README.md +++ b/README.md @@ -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