-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs: Add missing flag examples to podman system connection add man page #26831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Raghul-M <[email protected]>
[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore. |
/assign @ygalblum |
/approve LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Could you please update the PR description with the following?
```release-note
NONE
```
Done |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baude, Honny1, Raghul-M The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@ygalblum can you approve and merge this PR |
/lgtm |
83ae192
into
containers:main
Add missing flag examples to podman-system-connection-add man page
This PR addresses issue #26360 by adding practical examples for flags that
were previously documented but lacked usage examples in the man page.
Added examples for:
--port
: Shows how to specify a custom SSH port--socket-path
: Shows how to specify a custom socket path on remote host--default
: Shows how to make a connection the defaultThe new examples demonstrate common use cases for managing remote Podman
connections commands for different
scenarios like staging and production environments.
Fixes: #26360
Signed-off-by: Raghul-M [email protected]