Open
Conversation
LittleT6109
suggested changes
Mar 3, 2026
Contributor
LittleT6109
left a comment
There was a problem hiding this comment.
Multiple issues.
- "fork" should be "forks"
- Capitalize "podman"
- "install" should be "installed"
- Move the note into the list on the same level as the Podman installation guide
added 6 commits
March 3, 2026 23:48
This reverts commit fd7ef91.
+ Fix indentation to make github happy
LittleT6109
suggested changes
Mar 4, 2026
Contributor
|
forgot the |
LittleT6109
approved these changes
Mar 5, 2026
Contributor
LittleT6109
left a comment
There was a problem hiding this comment.
missing the
README.md
Outdated
| - [Installation Guide](https://podman.io/docs/installation#installing-on-linux) | ||
|
|
||
| > On Debian/Ubuntu and forks, the Podman version installed with `apt install` can be too old. Make sure you have **Version 4.x.x** or higher to have the installation complete successfully | ||
| > On Debian/Ubuntu and forks, the Podman version installed with `apt install` could be too old. Make sure you have **Version 4.x.x** or higher to ensure the installation completes successfully. |
Contributor
There was a problem hiding this comment.
Suggested change
| > On Debian/Ubuntu and forks, the Podman version installed with `apt install` could be too old. Make sure you have **Version 4.x.x** or higher to ensure the installation completes successfully. | |
| - **⚠️ NOTE:** On Debian/Ubuntu and forks, the Podman version installed with `apt install` could be too old. Make sure you have **Version 4.x.x** or higher to ensure the installation completes successfully. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When I try for the first time to create a podman with WinBoat, the podman creation failed with an error like this (I have deleted the log files, so it is not hyper precise sorry) :
"podman compose -f" command failed, flag "f" doesn't exist". After a lot of debugging, I simply realised that my podman version was too old (because the one installed with apt install on Pop_OS! is old), and this was causing the error.So I propose this change in the README to avoid other users like me loose time for something that is simple.
I'm not quite sure of the format; it's not very similar to what we have at the moment, but feel free to let me know where to make changes or do the change by yourself so that it fits better.