Skip to content

Commit 3feb33d

Browse files
cdavernasCopilot
authored andcommitted
Update dsl-reference.md
Co-authored-by: Copilot <[email protected]>
1 parent 3361b48 commit 3feb33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ Enables the execution of external processes encapsulated within a containerized
928928
| ports | `map` | `no` | The container's port mappings, if any |
929929
| volumes | `map` | `no` | The container's volume mappings, if any |
930930
| environment | `map` | `no` | A key/value mapping of the environment variables, if any, to use when running the configured process |
931-
| stdin | `string` | `no` | A runtime expression, if any, passed as argv to the command or default container CMD|
931+
| stdin | `string` | `no` | A runtime expression, if any, passed as standard input to the command or default container CMD|
932932
| arguments | `string[]` | `no` | A list of the arguments, if any, passed as argv to the command or default container CMD |
933933
| lifetime | [`containerLifetime`](#container-lifetime) | `no` | An object used to configure the container's lifetime. |
934934

0 commit comments

Comments
 (0)