This is an automated email from the ASF dual-hosted git repository.

jamesthomas pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git


The following commit(s) were added to refs/heads/master by this push:
     new ddf939c  Fixes #88 - Add pull target which will work after destroy 
(#89)
ddf939c is described below

commit ddf939c7a2c0822cb0ea21f7bb7f6dd3927bfad5
Author: dan mcweeney <m...@danmcweeney.com>
AuthorDate: Thu Feb 15 03:18:45 2018 -0500

    Fixes #88 - Add pull target which will work after destroy (#89)
    
    * Fixes #88 - Add pull target which will work after destroy
    
    * Update Readme to include new pull target
    
    * Spelling error
---
 docker-compose/Makefile  | 4 ++++
 docker-compose/README.md | 3 +++
 2 files changed, 7 insertions(+)

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
 

-- 
To stop receiving notification emails like this one, please contact
jamestho...@apache.org.

Reply via email to