We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9a41b commit 7c8ac2eCopy full SHA for 7c8ac2e
README.md
@@ -34,7 +34,7 @@ Latest release: 2.0.16 - Keepalived 2.0.16 - [Changelog](CHANGELOG.md) | [Docker
34
35
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
36
37
- 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
38
39
## Beginner Guide
40
0 commit comments