Hello,
Could we please enable the following modules to be built with the kernel?
xt_ipvs -- CONFIG_NETFILTER_XT_MATCH_IPVS=m
vxlan -- CONFIG_VXLAN=m
These are required for Docker to operate in Swarm mode. While a workstation probably doesn't need to participate in a Docker Swarm, Swarm specific development/compose files should be testable. Whether these are enabled by default is your choice. For full Docker Swarm compatibility the following must all be loaded (diff from what is currently loaded by default):
modprobe ip_vs modprobe ip_vs_rr modprobe iptable_nat modprobe vxlan modprobe xt_ipvs
Please let me know if I can provide any other detail or assistance. Thank you!