Creating an HTTP Function Using a Container Image Built with NodeJS

For general details about how to use a container image to create and execute an HTTP function, see Creating an HTTP Function Using a Container Image and executing the Function.

This chapter introduces how to create an image using NodeJS and perform local verification for HTTP functions.

Note

You need to implement an HTTP server in the image listening to port 8000 to receive requests.