Skip to content

Commit 104c493

Browse files
Merge pull request opencontainers#2676 from KentaTada/modify-doc-of-passthrough
docs: terminals: modify the example of Pass-Through mode.
2 parents 295e4e0 + 896da0b commit 104c493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/terminals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ passing of file descriptors -- [details below](#runc-modes)). As an example
124124
(assuming that `terminal: false` is set in `config.json`):
125125

126126
```
127-
% echo input | runc run some_container > /tmp/log.out 2>& /tmp/log.err
127+
% echo input | runc run some_container > /tmp/log.out 2> /tmp/log.err
128128
```
129129

130130
Here the container's various `stdio` file descriptors will be substituted with

0 commit comments

Comments
 (0)