From a92d5ea882dedc7b1c32df3a14906361ae97cb2f Mon Sep 17 00:00:00 2001 From: Kunal Kushwaha Date: Tue, 13 Dec 2016 21:19:21 +0900 Subject: [PATCH] Update readme with changes in Makefile. (#67) Signed-off-by: Kunal Kushwaha --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c30f90..f469d1d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It's also necessary to manually load the IPVS kernel module because as swarms ar 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. +Just run once `make prepare`, which will create & prepare the docker-machine environment. Additionally, every time you want to start you environment run `make start`. And to start the application on a container on the docker machine host, run: `eval $(docker-machine env pwd) && docker-compose up`