-
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
podman-run: clean up some formatting issues #911
Conversation
@miabbott Sign your PR, please. |
@miabbott Did you verify these still look good as man pages as well as when viewed in markdown? |
@rhatdan I did not....so this PR is probably going to need more work |
Signed-off-by: Micah Abbott <miabbott@redhat.com>
@rhatdan Looks like I got lucky with my changes...man page looks reasonable, nothing broken AFAICT. I force pushed a new commit that I've signed. |
LGTM @TomSweeneyRedHat PTAL |
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, @miabbott thx a bunch for all the touch ups!
📌 Commit d60e541 has been approved by |
# podman run -it --blkio-weight-device "/dev/sda:200" ubuntu | ||
|
||
``` | ||
$ podman run -d busybox top |
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.
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.
It didn't look like it fit in with the --blkio-weight-device
example.
I could be misunderstanding how that example works, though.
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.
☀️ Test successful - status-papr |
I was browsing this page from the repo and some of the formatting was ugly.
This is a shot at cleaning some of it up.
Rendered version can be seen here: /~https://github.com/miabbott/libpod/blob/fmt-podman-run/docs/podman-run.1.md