apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.54k stars 1.17k forks source link

docs should be clear on how to update docker actions #280

Closed csantanapr closed 8 years ago

csantanapr commented 8 years ago

The docs should make it clear to the user that in addition of re-building and re-pushing the docker image, it also need to run wsk action update to make the system fetch the new image, and any new invocation to start using the new image and not a warm image with the old code.

daisy-ycguo commented 8 years ago

It has dependency on #74.

According to #74, dockerSkeleton is not available in OpenWhisk yet. I'm not able to run docker actions now. l have to wait for #74 fixed.