Add NET_BROADCAST and NET_RAW capabilities on readme. Fixes #14

This commit is contained in:
Bertrand Gouny 2019-05-29 19:52:55 +02:00
parent 1a9a41be12
commit 7c8ac2e1e6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Latest release: 2.0.16 - Keepalived 2.0.16 - [Changelog](CHANGELOG.md) | [Docker
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 --cap-add=NET_ADMIN --net=host -d osixia/keepalived:2.0.16
docker run --cap-add=NET_ADMIN --cap-add=NET_BROADCAST --cap-add=NET_RAW --net=host -d osixia/keepalived:2.0.16
## Beginner Guide