From a6e7ee41a9c30214b8b1d702034700a977184579 Mon Sep 17 00:00:00 2001 From: Mano Marks Date: Mon, 7 Aug 2017 18:10:11 -0700 Subject: [PATCH 1/2] updating README to suggest using docker stack deploy instead of docker-compose up --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f92fe8..a6e843b 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ Start the Docker daemon on your machine and run `docker pull franela/dind`. 2) `go get -v -d -t ./...` -3) Start PWD as a container with docker-compose up. +3) Start PWD as a container with `docker stack deploy -c docker-compose.yml pwd`. -5) Point to http://localhost and click "New Instance" +5) Point to http://localhost and click "New Instance". Notes: From 12872e3dd6229fcfc5a68a05ba9046ab00faf065 Mon Sep 17 00:00:00 2001 From: Marcos Nils Date: Tue, 8 Aug 2017 09:00:41 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Revert=20"updating=20README=20to=20suggest?= =?UTF-8?q?=20using=20docker=20stack=20deploy=20instead=20of=20docke?= =?UTF-8?q?=E2=80=A6"=20(#178)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6e843b..6f92fe8 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ Start the Docker daemon on your machine and run `docker pull franela/dind`. 2) `go get -v -d -t ./...` -3) Start PWD as a container with `docker stack deploy -c docker-compose.yml pwd`. +3) Start PWD as a container with docker-compose up. -5) Point to http://localhost and click "New Instance". +5) Point to http://localhost and click "New Instance" Notes: