Podman: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
=External=
* http://docs.podman.io/en/latest/
* http://docs.podman.io/en/latest/
* https://github.com/containers/podman/tree/main/docs
=Internal=
=Internal=
* [[Docker]]
* [[Docker]]
=Installation=
=Overview=
==Mac==
=Subjects=
<syntaxhighlight lang='bash'>
* [[podman Concepts|Concepts]]
brew install podman
* [[podman Operations|Operations]]
</syntaxhighlight>
==Linux==
<syntaxhighlight lang='bash'>
dnf install -y podman && dnf clean all
podman --version
</syntaxhighlight>
=Version=
<syntaxhighlight lang='bash'>
podman --version
</syntaxhighlight>

Latest revision as of 04:05, 4 May 2023