Podman Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 15: Line 15:
podman --version
podman --version
</syntaxhighlight>
</syntaxhighlight>
=Initialization=
<syntaxhighlight lang='bash'>
podman machine init
</syntaxhighlight>
=Build Container Images=
=Build Container Images=
{{Internal|Build Container Images with podman|Build Container Images with podman}}
{{Internal|Build Container Images with podman|Build Container Images with podman}}

Revision as of 04:15, 4 May 2023

Internal

Installation

Mac

brew install podman

Linux

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

Version

podman --version

Initialization

podman machine init

Build Container Images

Build Container Images with podman