-
Notifications
You must be signed in to change notification settings - Fork 209
podman.md: Added containers and VMs section with starting podman doc … #380
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
…for suggestions on edits.
|
As much as possible, we should be trying to combine things into a single page; i've been doing a lot of consolidation of late, to try to reduce the number of short pages (e.g. the "XBPS Package Manager" section, which has been heavily consolidated). @ericonr and i feel that around 150 lines is the threshold at which we should start considering whether or not to split the page. Would combining the current Docker and Podman content exceed that threshold?
Rather than having a distinct subsection, there should be links to the relevant man pages as part of the text, e.g.
Is that the only way to test the installation? If so, that's fine; if not, i feel the command should be something more general. As a general point, don't use |
|
Fair enough on the I think docker and podman together might exceed that threshold just a little bit, but let me check on that. If it is a little over, they probably could still go together |
|
|
||
| To check your installation of podman, run the following command: | ||
|
|
||
| `$ podman run -dt -p 8080:8080/tcp registry.fedoraproject.org/f29/httpd` |
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.
I think it's better to use code block instead of inline code?
```sh
$ podman run -dt ....
```
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.
Okay, will change it
|
So for the simple example, I have one of two ways of doing it. Adding Is one preferable in this case? Adding docker.io to the registeries search enables on to more quickly and efficiently use docker with podman whereas the one liner is clearer just for the getting started example. |
|
Is there anything void specific to document? Otherwise I don't really see the need to document how to use the podman command. |
|
It is less about how to use the command and more about testing that podman is indeed working. |
|
@Frick-David: Ping? Are you able to continue working on this, or would you perhaps like me to take it over? |
I am looking for a couple suggestions regarding this doc.
-- NOTE to self: add the command to stop the test container -->
sudo podman stop -lThey list the command for the test container as
Emphasis on the $. Note that command does return the documented error on my system. Their doc makes no reverence to editing permissions, groups etc to allow podman to run the above command as user. I could use some guidance on cleaning up that section.
After I have feedback, I will edit accordingly and resubmit!