Prints all the information that direktiv sends to the container
An example workflow of using the container on Direktiv.
id: debugging
functions:
- id: debug
image: vorteil/debug:v2
description: "Prints all input the container receives"
states:
- id: print
type: action
action:
function: print
input: jq(.)
The input will get printed as output for debugging purposes.
input:
hello: "world"
In the case that an error is encountered it will present in the following format:
{
"errorCode": "com.debug.error",
"errorMsg": "Something went wrong"
}
Content type
Image
Digest
Size
2 MB
Last updated
about 5 years ago
docker pull vorteil/debug