Type: nodetool.code.ExecuteCommand
Namespace: nodetool.code
Description
Executes a single shell command inside a Docker container. command, execute, shell, bash, sh
IMPORTANT: Only enabled in non-production environments
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| command | str |
Single command to run via the selected shell. Stdout lines are emitted on ‘stdout’; stderr lines on ‘stderr’. | `` |
| image | Enum['bash:5.2', 'alpine:3', 'ubuntu:22.04', 'ubuntu:24.04'] |
Docker image to use for execution | bash:5.2 |
| execution_mode | Enum['docker', 'subprocess'] |
Execution mode: ‘docker’ or ‘subprocess’ | docker |
| stdin | str |
String to write to process stdin before any streaming input. Use newlines to separate lines. | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| stdout | str |
|
| stderr | str |
Metadata
Related Nodes
Browse other nodes in the nodetool.code namespace.