-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[CI:DOCS] Fix remote docs #6673
Conversation
Fix renaming bug in remote-docs.sh Remove mentions of 'remote' in windows and mac dos Remove podman-remote.conf.5 Signed-off-by: Ashley Cui <[email protected]>
LGTM |
LGTM |
@@ -132,14 +132,3 @@ the exit codes follow the `chroot` standard, see below: | |||
| [podman-unpause(1)](podman-unpause.1.md) | Unpause one or more containers. | | |||
| [podman-version(1)](podman-version.1.md) | Display the Podman version information. | | |||
| [podman-volume(1)](podman-volume.1.md) | Manage Volumes. | | |||
|
|||
## FILES |
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.
Could you replace this with containers.conf
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.
We are going to need the containers.conf man page or a slimmed down one, along with the containers-storage.conf and containers-image.conf man pages.
@vrothberg Back in the day we could not maintain these in vendor directory, is this still true?
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ashley-cui, rhatdan 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 |
@rhatdan Sounds good, though you may have to explain what ends up in containers.conf to me first. I looked through and haven't seen any docs on containers.conf? |
Fix renaming bug in remote-docs.sh
Remove mentions of 'remote' in windows and mac dos
Remove podman-remote.conf.5
Closes #6584
Signed-off-by: Ashley Cui [email protected]