From 221e141e4e6991ef3ae868111d0553a1e596f4d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Fri, 14 Apr 2023 14:04:44 +0200 Subject: [PATCH] docs: building an image (#2072) --- .../docs/getting-started/building-an-image.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 website/docs/getting-started/building-an-image.md diff --git a/website/docs/getting-started/building-an-image.md b/website/docs/getting-started/building-an-image.md new file mode 100644 index 00000000000..f66cfaafc86 --- /dev/null +++ b/website/docs/getting-started/building-an-image.md @@ -0,0 +1,30 @@ +--- +sidebar_position: 10 +title: Building an image +description: Building an image on your container engine. +keywords: [podman desktop, podman, containers, images] +tags: [images] +--- + +# 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` or `Dockerfile`. + +#### Procedure + +1. Open **Podman Desktop dashboard > Images**. +1. Click ** Build an image**. +1. On the **Build Image from Containerfile** screen + 1. **Containerfile path**: select the Containerfile to build. + 1. **Image Name**: edit the image name: `my_image`. + 1. Click ** Build**. + +#### Verification + +1. Open **Images** +1. Your image *``* is in the list.