mirror of https://github.com/docker/docs.git
30 lines
355 B
Markdown
30 lines
355 B
Markdown
---
|
|
description: Docker extension API reference
|
|
keywords: Docker, extensions, sdk, API, reference
|
|
skip_read_time: true
|
|
---
|
|
|
|
# Interface: ExecOptions
|
|
|
|
**`Since`**
|
|
|
|
0.3.0
|
|
|
|
## Hierarchy
|
|
|
|
- **`ExecOptions`**
|
|
|
|
↳ [`SpawnOptions`](SpawnOptions.md)
|
|
|
|
## Properties
|
|
|
|
### cwd
|
|
|
|
• `Optional` **cwd**: `string`
|
|
|
|
___
|
|
|
|
### env
|
|
|
|
• `Optional` **env**: `ProcessEnv`
|