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.
This is towards #196
As of opening this there are a few known issues.
--user
doesn't work due to "potentially insufficient UIDs or GIDs available in user namespace" when pulling containers/podman#12715 It appears to bottom out in homed does not map subids, causing files owned by the subids to become "nobody" systemd/systemd#21952 then is fixed in systemd/systemd@1af53c0 but that's not available on my system yet.It also is still using the docker-deamon storage for building and each podman run command is pulling it across to podman storage before executing which takes a little bit of time for larger images.
There's no unit testing yet
Consider a separate command line command instead of using the flag to switch the cli.
ruman
or something else shorteningrun podman
mayberodman