Files
FileFlowsPlugins/Docker/i18n/en.json
T
2024-11-04 20:49:10 +13:00

39 lines
1.5 KiB
JSON

{
"Flow": {
"Parts": {
"DockerExecute": {
"Description": "Launches a Docker container from an image and executes a specified command inside it.",
"Fields": {
"AdditionalOutputs": "Additional Outputs",
"AdditionalOutputs-Help": "An indexed list of additional expected outputs from the command execution, to match against output for custom processing.",
"Command": "Command",
"Command-Help": "The specific command to run within the Docker container.",
"Image-Help": "The name of the Docker image to execute. This image will be pulled if not already available locally.",
"Message": "Docker Image",
"Volumes": "Volume Mappings",
"Volumes-Help": "Specify volumes to map into the container. The temporary path will automatically map to `/temp` inside the container.",
"VolumesKey": "Host",
"VolumesValue": "Container"
},
"Outputs": {
"1": "Command executed successfully",
"10": "Custom Output 9",
"2": "Custom Output 1",
"3": "Custom Output 2",
"4": "Custom Output 3",
"5": "Custom Output 4",
"6": "Custom Output 5",
"7": "Custom Output 6",
"8": "Custom Output 7",
"9": "Custom Output 8"
}
}
}
},
"Plugins": {
"Docker": {
"Description": "A plugin that interfaces with Docker to enable flexible integration, interaction, and management of Docker resources and processes.",
"Label": "Docker"
}
}
}