Build Container Images with podman: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
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.
<font color=darkkhaki>Where is the image stored locally? How does the local "docker cache" look for podman?</font>

Latest revision as of 21:52, 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.


Where is the image stored locally? How does the local "docker cache" look for podman?