Update to xt_ipvs instead of xt_ipv (#396)

This commit is contained in:
j143
2020-04-06 10:18:33 +05:30
committed by GitHub
parent f1183076e5
commit 852c075cca

View File

@@ -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