Skip to content

Commit 7c8ac2e

Browse files
committed
Add NET_BROADCAST and NET_RAW capabilities on readme. Fixes #14
1 parent 1a9a41b commit 7c8ac2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Latest release: 2.0.16 - Keepalived 2.0.16 - [Changelog](CHANGELOG.md) | [Docker
3434

3535
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
3636

37-
docker run --cap-add=NET_ADMIN --net=host -d osixia/keepalived:2.0.16
37+
docker run --cap-add=NET_ADMIN --cap-add=NET_BROADCAST --cap-add=NET_RAW --net=host -d osixia/keepalived:2.0.16
3838

3939
## Beginner Guide
4040

0 commit comments

Comments
 (0)