mirror of
https://github.com/docker/docs.git
synced 2026-04-05 02:38:52 +07:00
747 B
747 B
description, keywords, aliases
| description | keywords | aliases | ||
|---|---|---|---|---|
| Docker extension API reference | Docker, extensions, sdk, API, reference |
|
Interface: RawExecResult
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