From 76674afe7120e4152a1e07fd44667f1926f6871e Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Tue, 27 Jan 2026 08:09:46 -0800 Subject: [PATCH] dhi: remove auth Signed-off-by: Craig Osterhout --- content/manuals/dhi/get-started.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/manuals/dhi/get-started.md b/content/manuals/dhi/get-started.md index e062adf4f3d8..6b8d99a1df39 100644 --- a/content/manuals/dhi/get-started.md +++ b/content/manuals/dhi/get-started.md @@ -21,12 +21,10 @@ specific image as an example, they can be applied to any DHI. ## Step 1: Find an image to use 1. Go to the Hardened Images catalog in [Docker - Hub](https://hub.docker.com/hardened-images/catalog) and sign in. -2. In the left sidebar, select **Hardened Images**. If you have DHI Enterprise, - then select **Hardened Images** > **Catalog**. -3. Use the search bar or filters to find an image (e.g., `python`, `node`, + Hub](https://hub.docker.com/hardened-images/catalog). +2. Use the search bar or filters to find an image (e.g., `python`, `node`, `golang`). For this guide, use the Python image as an example. -4. Select the Python repository to view its details. +3. Select the Python repository to view its details. Continue to the next step to pull and run the image. To dive deeper into exploring images see [Explore Docker Hardened Images](./how-to/explore.md).