csantanapr commented on a change in pull request #2112: Allow docker actions with zip files. URL: https://github.com/apache/incubator-openwhisk/pull/2112#discussion_r122345977
########## File path: docs/actions.md ########## @@ -827,12 +827,19 @@ For the instructions that follow, assume that the Docker user ID is `janesmith` ``` - wsk action create --docker example janesmith/blackboxdemo + wsk action create example --docker janesmith/blackboxdemo ``` Notice the use of `--docker` when creating an action. Currently all Docker images are assumed to be hosted on Docker Hub. The action may be invoked as any other OpenWhisk action. + *Note:* Previous version of the CLI supported `--docker` without a parameter and the image name was a positional argument. Review comment: Good to have a Note about the syntax change, let's doc here what's the new syntax ``` wsk action create action_name [action_zip] --docker image_name ``` ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
