From bb60249e04851d17c463690e8e7bbf74f9bec621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Thu, 22 Jun 2023 15:34:58 +0200 Subject: [PATCH] docs: pulling an image (#2956) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: pulling an image Signed-off-by: Fabrice Flore-Thébault * docs: implement suggestions Signed-off-by: Fabrice Flore-Thébault * docs: implement suggestions Signed-off-by: Fabrice Flore-Thébault * Update website/docs/getting-started/pulling-an-image.md Co-authored-by: Jeff MAURY Signed-off-by: Fabrice Flore-Thébault * Update website/docs/getting-started/pulling-an-image.md Signed-off-by: Fabrice Flore-Thébault * Update website/docs/getting-started/pulling-an-image.md Signed-off-by: Fabrice Flore-Thébault * Update website/docs/getting-started/pulling-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: Jeff MAURY Co-authored-by: Florent BENOIT --- .../docs/getting-started/pulling-an-image.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 website/docs/getting-started/pulling-an-image.md diff --git a/website/docs/getting-started/pulling-an-image.md b/website/docs/getting-started/pulling-an-image.md new file mode 100644 index 00000000000..7c1896d9401 --- /dev/null +++ b/website/docs/getting-started/pulling-an-image.md @@ -0,0 +1,37 @@ +--- +sidebar_position: 2 +title: Pulling an image +description: Pulling an image to your container engine. +keywords: [podman desktop, podman, containers, images] +tags: [images] +--- + +# Pulling an image to your container engine + +With Podman Desktop, you can pull an image from a registry, to your container engine. + +#### Prerequisites + +- The image is available in a registry. +- If the registry or the image are not publicly available, you configured access to the registry on Podman Desktop in ** Settings > Registries**. + +#### Procedure + +1. Go to ** Images**. +1. Click ** Pull an image**. +1. On the **Image to Pull** screen: + 1. **Image to pull**: enter the image name, such as `quay.io/podman/hello`. Prefer the fully qualified image name that specifies the registry, to the short name that might lead to registry resolution mistakes. + 2. Click **Pull image**. +1. Click **Done**. + +#### Verification + +1. Go to ** Images**. +1. Click the image name you pulled, such as `quay.io/podman/hello`. Podman Desktop always displays the fully qualified image name. +1. Go to **Summary**. +1. Go to **History**. + 1. Click the output area. + 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 output area. + 1. Enter Ctrl + F on Windows and Linux, or + F on macOS to start searching in the content.