From 852c075cca366b1742f70aeff20a7b49afb5d067 Mon Sep 17 00:00:00 2001 From: j143 Date: Mon, 6 Apr 2020 10:18:33 +0530 Subject: [PATCH] Update to `xt_ipvs` instead of `xt_ipv` (#396) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5328d8c..e81e5e4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ docker run hello-world # Load the IPVS kernel module. Because swarms are created in dind, # the daemon won't load it automatically -sudo modprobe xt_ipv +sudo modprobe xt_ipvs # Ensure Docker daemon is running in swarm mode docker swarm init