Open GiganteX opened 4 years ago
You should add --cap-add=NET_ADMIN
and probably you would also want to set --net=host
@GiganteX you need to check how the interface is named inside your container if you decide to change the default
docker run --rm -it --entrypoint bash osixia/keepalived:2.0.16
bash-4.3# ip link
...
Also check the README as orenye commented.
@BertrandGouny you can close this issue.
I switched from CoreOS to Ubuntu Server 16.04.6 and ran into issues. I have to run keepalived version 2.0.16 because the higher version require a newer kernel
Still, I get these errors:
What's wrong and how can I fix it? This worked fine in CoreOS...