fnproject / docs

User documentation for the Fn Project.
http://fnproject.io
Apache License 2.0
145 stars 64 forks source link

Document function container requirements including running as non-privileged user #85

Open shaunsmith opened 5 years ago

shaunsmith commented 5 years ago

Recent changes require functions to run as an unprivileged user. Fn Server was updated and the base FDK images were updated to align with this requirement. This change has at least two doc impacts:

  1. Describe this constraint so that users are aware that it is there
  2. Incorporate this constraint into the description/tutorials of how to build a function from a custom container.

Fn Server PR: https://github.com/fnproject/fn/pull/1442 Java FDK PR: https://github.com/fnproject/fdk-java/pull/194 There are other PRs for each FDK.