mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
docs: terminals: modify the example of Pass-Through mode.
This commit removes the unnecessary ampersand. Especially, it causes the error of "ambiguous redirect" when use bash. Signed-off-by: Kenta Tada <Kenta.Tada@sony.com>
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ passing of file descriptors -- [details below](#runc-modes)). As an example
|
||||
(assuming that `terminal: false` is set in `config.json`):
|
||||
|
||||
```
|
||||
% 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
|
||||
```
|
||||
|
||||
Here the container's various `stdio` file descriptors will be substituted with
|
||||
|
||||
Reference in New Issue
Block a user