Podman Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 19: Line 19:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
podman machine init
podman machine init
podman machine start
</syntaxhighlight>
</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:16, 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
podman machine start

Build Container Images

Build Container Images with podman