-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
documentationIssue or fix is in project documentationIssue or fix is in project documentationtriagedIssue has been triagedIssue has been triaged
Description
In the running a container example, the -t (pseudo-TTY) option is included when running a simple httpd server, which does not actually require an interactive terminal. This may confuse beginners who see the option but do not understand its necessity.
For better clarity and to improve the documentation for new users, I propose one of the following:
- Remove the
-toption from this example, as it is not required for running httpd in detached mode. - Extend the documentation with an additional example demonstrating interactive shell usage where
-iand-tare explained. - Add a note clarifying that
-tis optional for non-interactive services like httpd and can be omitted.
What do you think about this change? I believe this will improve comprehension for beginners using Podman.
Metadata
Metadata
Assignees
Labels
documentationIssue or fix is in project documentationIssue or fix is in project documentationtriagedIssue has been triagedIssue has been triaged