Skip to content

Commit f904090

Browse files
authored
docs: align DHI Python migration example auth note with Go and Node (#24834)
Fixes #24743. The authentication note at the top of `content/manuals/dhi/migration/examples/python.md` was the stripped-down version, missing: - the indication that `docker login dhi.io` expects Docker ID credentials - the detail that those are the same credentials as Docker Hub - the link to the account creation page The equivalent notes in `go.md` (lines 24-29) and `node.md` (lines 24-29) carry all three. This PR copies the full paragraph into `python.md` so Python readers get the same onboarding guidance. No other content changed.
1 parent 4c4c51b commit f904090

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • content/manuals/dhi/migration/examples

content/manuals/dhi/migration/examples/python.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Hardened Images. Each example includes five variations:
2222
> supported for simplicity, but come with tradeoffs in size and security.
2323
>
2424
> You must authenticate to `dhi.io` before you can pull Docker Hardened Images.
25+
> Use your Docker ID credentials (the same username and password you use for
26+
> Docker Hub). If you don't have a Docker account, [create
27+
> one](../../../accounts/create-account.md) for free.
28+
>
2529
> Run `docker login dhi.io` to authenticate.
2630
2731
{{< tabs >}}

0 commit comments

Comments
 (0)