Build Container Images with podman: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
podman build
podman build
</syntaxhighlight>
</syntaxhighlight>
Note that a virtual machine must be running when <code>podman build</code> is attempted.

Revision as of 21:44, 4 May 2023

External

Internal

Overview

podman image build

is equivalent with:

podman build

Note that a virtual machine must be running when podman build is attempted.