mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18: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>
22 lines
291 B
Markdown
22 lines
291 B
Markdown
---
|
|
description: Docker extension API reference
|
|
keywords: Docker, extensions, sdk, API, reference
|
|
skip_read_time: true
|
|
---
|
|
|
|
# Interface: ExecProcess
|
|
|
|
**`since`** 0.2.3
|
|
|
|
## Methods
|
|
|
|
### close
|
|
|
|
▸ **close**(): `void`
|
|
|
|
Close the process started by exec(streamingOptions)
|
|
|
|
#### Returns
|
|
|
|
`void`
|