Docker for windows vs mac

broken image
broken image

It works on most of the Docker on Linux (as soon as the host kernel has the module of course :) ). This is something which used to work in earlier versions of Docker4Mac and docker-machine,īut not sure when this issue started to happen (not more than 1 year ago). It utilizes the 'IP Virtual Server' ( ip_vs) for loadbalancing the virtual IP through vrrp protocol. I want to execute containers running keepalived services with a virtual IP in a docker private network. Modprobe: module ip_vs not found in p Information $ docker run -rm -ti -v /lib/modules:/lib/modules -privileged alpine:3.12 sh -c 'modprobe ip_vs & lsmod | grep ip_vs '