You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dr...@apache.org on 2018/08/13 21:25:30 UTC

[incubator-openwhisk-devtools] branch master updated: adding a note about -i (#148)

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

dragos 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 b28167b  adding a note about -i (#148)
b28167b is described below

commit b28167b4d3a01c62a1117b64c4ce154f4d5569dc
Author: Jason Shin <yo...@student.uts.edu.au>
AuthorDate: Tue Aug 14 07:25:28 2018 +1000

    adding a note about -i (#148)
---
 docker-compose/README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker-compose/README.md b/docker-compose/README.md
index c6ac499..c07ca14 100644
--- a/docker-compose/README.md
+++ b/docker-compose/README.md
@@ -145,6 +145,9 @@ The result of the invocation should be printed on the terminal:
 
 Here is a [tutorial on getting started with actions](https://github.com/IBM-Bluemix/openwhisk-workshops/tree/master/bootcamp#start-your-engines).
 
+Note that these commands will use `-i` to bypass security check as we are running
+it on localhost
+
 ## Install Catalog Packages
 
 OpenWhisk has [numerous extra packages](https://github.com/apache/incubator-openwhisk-catalog) that are often installed into the `/whisk.system` namespace.