From ddece8694cb3652277d74eec64e34b9436c9640f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Thu, 22 Jun 2023 14:15:08 +0200 Subject: [PATCH] docs: updated Building an image procedure (#2964) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: updated Building an image procedure Signed-off-by: Fabrice Flore-Thébault * docs: implemented suggestions Signed-off-by: Fabrice Flore-Thébault * Update website/docs/getting-started/building-an-image.md Co-authored-by: Florent BENOIT Signed-off-by: Fabrice Flore-Thébault --------- Signed-off-by: Fabrice Flore-Thébault Co-authored-by: Florent BENOIT --- .../docs/getting-started/building-an-image.md | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/website/docs/getting-started/building-an-image.md b/website/docs/getting-started/building-an-image.md index 7bec807c0f2..2c64a4035f8 100644 --- a/website/docs/getting-started/building-an-image.md +++ b/website/docs/getting-started/building-an-image.md @@ -6,7 +6,7 @@ keywords: [podman desktop, podman, containers, images] tags: [images] --- -# Building an image on your Container engine +# Building an image on your container engine With Podman Desktop, you can build an image from a Containerfile on your container engine. @@ -16,14 +16,24 @@ With Podman Desktop, you can build an image from a Containerfile on your contain #### Procedure -1. Open ** Images**. +1. Go to ** 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. **Containerfile path**: select the `Containerfile` or `Dockerfile` to build. + 1. **Image Name**: enter your image name, such as `my-image`. If you want to push the image to a registry, use the fully qualified image name that your registry requires, such as `quay.io/my-repository/my-image`, `ghcr.io/my-repository/my-image`, or `docker.io/my-repository/my-image`. 1. Click ** Build**. + 1. Click **Done**. #### Verification -1. Open **Images** -1. Your image _``_ is in the list. +1. Go to ** Images**. +1. ****: Enter your image name, such as `quay.io/my-repository/my-image`, `ghcr.io/my-repository/my-image`, or `docker.io/my-repository/my-image`. +1. Click the line with your image name. +1. Go to **History**. + 1. Click the content area to activate it. + 1. Enter Ctrl + F on Windows and Linux, or + F on macOS to start searching in the content. +1. Go to **Inspect**. + 1. Click the content area to activate it. + 1. Enter Ctrl + F on Windows and Linux, or + F on macOS to start searching in the content. +1. Click ****.. + 1. You see the **Create a container** screen.