Podman: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
Line 9: Line 9:
* [[podman Concepts|Concepts]]
* [[podman Concepts|Concepts]]
* [[podman Operations|Operations]]
* [[podman Operations|Operations]]
=Installation=
==Mac==
<syntaxhighlight lang='bash'>
brew install podman
</syntaxhighlight>
==Linux==
<syntaxhighlight lang='bash'>
dnf install -y podman && dnf clean all
podman --version
</syntaxhighlight>
=Version=
<syntaxhighlight lang='bash'>
podman --version
</syntaxhighlight>
=Build Container Images=
{{Internal|Build Container Images with podman|Build Container Images with podman}}

Latest revision as of 04:05, 4 May 2023