AiAppDocker
- Print
- PDF
AiAppDocker
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a data type required for AI app Docker settings.
Syntax
The syntax is as follows.
private String arg;
private String command;
private String env;
private Integer exposeTcpPorts;
private String image;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
arg | String | Optional | Parameter of the script or command to run the AI app |
command | String | Required | Script or command to run the AI app |
env | String | Optional | Environment variable to be used in the Docker container when creating the AI workspace |
exposeTcpPorts | Integer | Optional | Specify the network port to connect to the outside |
image | String | Required | Docker image to use when running the AI app |
Was this article helpful?