Documentación offline Docker main
por @raupulus

Interface: ExecResultV0

main Documentación oficial Licencia Apache-2.0Descargado el 2026-09-15 Bundle .md (6.1 MB) ↓

En esta página

Properties#

cmd#

Optional Readonly cmd: string


killed#

Optional Readonly killed: boolean


signal#

Optional Readonly signal: string


code#

Optional Readonly code: number


stdout#

Readonly stdout: string


stderr#

Readonly stderr: string

Methods#

lines#

lines(): string[]

Split output lines.

Returns#

string[]

The list of lines.


parseJsonLines#

parseJsonLines(): any[]

Parse each output line as a JSON object.

Returns#

any[]

The list of lines where each line is a JSON object.


parseJsonObject#

parseJsonObject(): any

Parse a well-formed JSON output.

Returns#

any

The JSON object.