Build Container Images with podman: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
podman image build
podman image build
</syntaxhighlight>
</syntaxhighlight>
is equivalent with:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
podman build
podman build
</syntaxhighlight>
</syntaxhighlight>

Revision as of 05:26, 4 May 2023

External

Internal

Overview

podman image build

is equivalent with:

podman build