fnproject / docs

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

fix `Mount the Host Docker` command #143

Closed akashmugu closed 2 years ago

akashmugu commented 4 years ago

Current Behaviour: FnServer starts but when you invoke a Function, it throws an error Error invoking function. status: 502 message: Container failed to initialize...

Reason: The above command is missing 3 args (1 -v and 2 -e)

Fix: Add the missing args and test that 1) FnServer is starting successfully and 2) Functions are getting invoked successfully

Extra: Changed host port from 8080 to 80 to be in sync with the above command