Replies: 1 comment
-
I have not worked with podman before, but I think there is nothing in this repo that is docker specific? the synatx file perhaps: and the commands used for running
Feel free to try and see if it works with podman. If it works with no change we can add it to the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://podman.io/ is a replacement for docker, build from zero to fully copy docker, to the point that everything should work identically to it just by alias docker=podman.
People are turning against docker because of the monetization methods.
So, because I do not know how to operate docker myself, I do not know all the core docker files to edit. Really all that must by done, is create alternative version of docker files, but just running
replace
in tool like notepad++ to change alldocker
references topodman
.Beta Was this translation helpful? Give feedback.
All reactions