fnproject / tutorials

Fn tutorials ranging from getting started to more advanced topics.
https://fnproject.io/tutorials
Apache License 2.0
126 stars 88 forks source link

Tutorial: Create an Fn Function from a Node Docker Image with Oracle Database Support #193

Closed michael-w-williams closed 5 years ago

michael-w-williams commented 5 years ago

Create an Fn tutorial from this blog entry: https://blogs.oracle.com/opal/dockerfiles-for-node-oracledb-are-easy-and-simple. So the function will use an existing Node.js image that has Oracle Database support built into the image. The tutorial walks through turning this function into an image.

michael-w-williams commented 5 years ago

Completed with PR: https://github.com/fnproject/tutorials/pull/195.