updating README to suggest using docker stack deploy instead of docker-compose up

This commit is contained in:
Mano Marks
2017-08-07 18:10:11 -07:00
parent b82e8308bd
commit a6e7ee41a9

View File

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