You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/06 15:19:14 UTC

[GitHub] chetanmeh closed pull request #146: Modify Invoker to fix startup error

chetanmeh closed pull request #146: Modify Invoker to fix startup error
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/146
 
 
   

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/docker-compose.yml b/docker-compose/docker-compose.yml
index 9a0d288..3006fa0 100644
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -79,7 +79,7 @@ services:
   # WHISK INVOKER AGENT
   invoker:
     image: ${DOCKER_OW_IMAGE_PREFIX:-openwhisk}/invoker
-    command: /bin/sh -c "exec /init.sh 0 >> /logs/invoker-local_logs.log 2>&1"
+    command: /bin/sh -c "exec /init.sh --id 0 >> /logs/invoker-local_logs.log 2>&1"
     privileged: true
     pid: "host"
     userns_mode: "host"


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services