From 07fee4c1bfaa30cb54d4469bdcb7713b2dbe3805 Mon Sep 17 00:00:00 2001 From: Marcos Nils Date: Thu, 1 Dec 2016 02:48:42 -0300 Subject: [PATCH] Fix module error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f15067c..62c29f9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The docker daemon needs to run in swarm mode because PWD uses overlay attachable just run `docker swarm init`. It's also necessary to manually load the IPVS kernel module because as swarms are created in `dind`, -the daemon won't load it automatically. Run the following command for that purpose: `sudo lsmod xt_ipvs` +the daemon won't load it automatically. Run the following command for that purpose: `sudo modprobe xt_ipvs` If you are developing, there is a `Makefile` file with 2 targets that can set the whole environment for you (using docker-machine and virtual box). Just run once `make create`, which will create the docker-machine environment.