Building an image on your Container engine
With Podman Desktop, you can build an image from a Containerfile on your container engine.
Prerequisites
- Your Containerfile:
Containerfile
orDockerfile
.
Procedure
- Open Images.
- Click Build an image.
- On the Build Image from Containerfile screen
- Containerfile path: select the Containerfile to build.
- Image Name: edit the image name:
my_image
. - Click Build.
Verification
- Open Images
- Your image
<my_image>
is in the list.