safeDockerCommand
safeDockerCommand(
args,options?):object
Defined in: packages/agentic-control/src/core/subprocess.ts:168
Safely execute docker commands with validation
Parameters
Section titled “Parameters”string[]
options?
Section titled “options?”SpawnSyncOptions = {}
Returns
Section titled “Returns”object
code:
number|null
stderr
Section titled “stderr”stderr:
string
stdout
Section titled “stdout”stdout:
string
success
Section titled “success”success:
boolean