You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/04/28 08:54:02 UTC

[openwhisk-wskdebug] branch dockerode updated (6cb3c1e -> d44bfb4)

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

alexkli pushed a change to branch dockerode
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git.


    from 6cb3c1e  use docker api client dockerode instead of `docker` child process
     add d44bfb4  convert docker run child process to dockerode api

No new revisions were added by this update.

Summary of changes:
 README.md                  |   4 +-
 src/debugger.js            |   6 +-
 src/dockerutils.js         |  72 +++++++++++
 src/invoker.js             | 311 ++++++++++++++++++++++++---------------------
 src/kinds/nodejs/nodejs.js |  13 +-
 src/log.js                 |   6 +
 test/wskdebug.test.js      |  23 ++++
 7 files changed, 280 insertions(+), 155 deletions(-)
 create mode 100644 src/dockerutils.js