jthomas closed pull request #89: Fixes #88 - Add pull target which will work 
after destroy
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/89
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index 21e9a32..3dd1019 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -273,6 +273,10 @@ hello-world-perf-test: create-hello-world-function
        $(WSK_CLI) -i action delete hello-perf
        rm hello.js
 
+.PHONY: pull
+pull: download setup
+       docker-compose --project-name openwhisk pull
+
 # Optional package configuration stages. These commands will install and set up
 # the alarms, cloudant and kakfa packages.
 PACKAGES = alarms cloudant kafka
diff --git a/docker-compose/README.md b/docker-compose/README.md
index 99f7362..19d7af5 100644
--- a/docker-compose/README.md
+++ b/docker-compose/README.md
@@ -146,6 +146,9 @@ Once the installation process has completed, you can check 
the `whisk.system` na
 ```
 wsk package list /whisk.system
 ```
+## Updating Containers
+
+If you want to pull new containers you can use `make pull` to update all the 
containers used in the docker-compose file.
 
 ## Install Feed Providers
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to