We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 295e4e0 + 896da0b commit 104c493Copy full SHA for 104c493
docs/terminals.md
@@ -124,7 +124,7 @@ passing of file descriptors -- [details below](#runc-modes)). As an example
124
(assuming that `terminal: false` is set in `config.json`):
125
126
```
127
-% echo input | runc run some_container > /tmp/log.out 2>& /tmp/log.err
+% echo input | runc run some_container > /tmp/log.out 2> /tmp/log.err
128
129
130
Here the container's various `stdio` file descriptors will be substituted with
0 commit comments