mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
* Update extension SDK with new APIs for exec with ENV vars and CWD Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com> * Update extension SDK with new APIs for exec with ENV vars and CWD Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com> Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
588 B
588 B
description, keywords, skip_read_time
| description | keywords | skip_read_time |
|---|---|---|
| Docker extension API reference | Docker, extensions, sdk, API, reference | true |
Interface: SpawnOptions
since 0.3.0
Hierarchy
-
↳
SpawnOptions
Properties
cwd
• Optional cwd: string
Inherited from
env
• Optional env: ProcessEnv
Inherited from
stream
• stream: ExecStreamOptions