Skip to content

Commit 0bfe1ff

Browse files
dhi: update get started (#24228)
<!--Delete sections as needed --> ## Description Updated get-started to inform enterprise/trial users at the start of the topic that they must mirror and pull from Hub instead of dhi.io. This is a band-aid to a bigger gap, "Get started with DHI Enterprise", that will need to be addressed. ## Related issues or tickets ENGDOCS-3208 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review --------- Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
1 parent 1c541e0 commit 0bfe1ff

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

content/manuals/dhi/get-started.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ This guide shows you how to go from zero to running a Docker Hardened Image
1111
Docker image to better understand the differences. While the steps use a
1212
specific image as an example, they can be applied to any DHI.
1313

14-
> [!NOTE]
15-
>
16-
> Docker Hardened Images are freely available to everyone with no subscription
17-
> required, no usage restrictions, and no vendor lock-in. You can upgrade to a
18-
> DHI Enterprise subscription when you require enterprise features like FIPS or
19-
> STIG compliance variants, customization capabilities, or SLA-backed support.
14+
Docker Hardened Images are freely available to everyone with no subscription
15+
required, no usage restrictions, and no vendor lock-in. This quickstart covers
16+
free DHI images pulled from `dhi.io`. If you have a DHI Enterprise subscription
17+
or have started a trial and need compliance variants (FIPS), customization
18+
capabilities, or SLA-backed updates, you must [mirror DHI
19+
repositories](./how-to/mirror.md) to your organization's namespace on Docker
20+
Hub. You then pull mirrored images from `docker.io` (not `dhi.io`) using your
21+
organization's namespace path. For example, `docker pull
22+
docker.io/<yourorg>/dhi-python:3.13` instead of `docker pull
23+
dhi.io/python:3.13`.
2024

2125
## Step 1: Find an image to use
2226

0 commit comments

Comments
 (0)