Skip to content

GPC description.json

The required description.json file defines the node type and node icon (if the icon is not the default Docker icon).

The file can also contain an optional node description.

Default description.json file format

{
    "type": "DKNode_Container",
    "description": "YOUR OPTIONAL DESCRIPTION HERE",
    "icon": ""
}