Skip to content

Instantly share code, notes, and snippets.

@shazron
Last active January 23, 2018 04:26
Show Gist options
  • Save shazron/e2b934610e03e819320d18a8231384ae to your computer and use it in GitHub Desktop.
Save shazron/e2b934610e03e819320d18a8231384ae to your computer and use it in GitHub Desktop.
OpenWhisk in 60 Seconds (runc workaround)

Blog post: http://jamesthom.as/blog/2018/01/19/starting-openwhisk-in-sixty-seconds/

To work around runc not available in the latest Docker for Mac, we need the changes in this PR: apache/openwhisk-devtools#84

So in the part "Start the platform with the following commands.", do this instead for now:

$ git clone [email protected]:apache/incubator-openwhisk-devtools.git
$ cd incubator-openwhisk-devtools
$ git fetch https://github.com/mcdan/incubator-openwhisk-devtools.git mcdan/runc-removal:mcdan/runc-removal mcdan/runc-removal:mcdan/runc-removal
$ cd docker-compose
$ make quick-start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment