mirror of https://github.com/docker/docs.git
753 B
753 B
title | description | keywords | aliases | ||
---|---|---|---|---|---|
Interface: RawExecResult | Docker extension API reference | Docker, extensions, sdk, API, reference |
|
Since
0.2.0
Hierarchy
-
RawExecResult
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