Skip to content

Commit

Permalink
Add NET_BROADCAST and NET_RAW capabilities on readme. Fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed May 29, 2019
1 parent 1a9a41b commit 7c8ac2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7c8ac2e

Please sign in to comment.