Podman: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * http://docs.podman.io/en/latest/ =Internal= * Docker")
 
Line 3: Line 3:
=Internal=
=Internal=
* [[Docker]]
* [[Docker]]
=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>

Revision as of 21:55, 3 May 2023

External

Internal

Installation

Mac

brew install podman

Linux

dnf install -y podman && dnf clean all
podman --version

Version

podman --version