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.
1 parent 1c4bcf3 commit 31c56e2Copy full SHA for 31c56e2
docs/podman-run.1.md
@@ -620,8 +620,8 @@ This should list the message sent to logger.
620
621
### Attaching to one or more from STDIN, STDOUT, STDERR
622
623
-If you do not specify -a then podman will attach everything (stdin,stdout,stderr)
624
-. You can specify to which of the three standard streams (stdin, stdout, stderr)
+If you do not specify -a then podman will attach everything (stdin,stdout,stderr).
+You can specify to which of the three standard streams (stdin, stdout, stderr)
625
you'd like to connect instead, as in:
626
627
# podman run -a stdin -a stdout -i -t fedora /bin/bash
0 commit comments