Build Container Images with podman: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
=Overview=
=Overview=
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
podman build set
podman image build
</syntaxhighlight>
</syntaxhighlight>
is equivalent with:
<syntaxhighlight lang='bash'>
podman build
</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?