V2Function Custom Container Config Args
Constructors
Properties
Link copied to clipboard
Image acceleration type. The value Default is to enable acceleration and None is to disable acceleration.
Link copied to clipboard
Whether the image is run in Web Server mode. The value of true needs to implement the Web Server in the container image to listen to the port and process the request. The value of false needs to actively exit the process after the container runs, and the ExitCode needs to be 0. Default true.