Skip to content

Commit a960edb

Browse files
dhi: xref guides from manuals (#24506)
<!--Delete sections as needed --> ## Description Added awareness for DHI guides in the manual via the landing page and additional resources page. Tagged guides that use a dhi with the dhi tag. - https://deploy-preview-24506--docsdocker.netlify.app/dhi/ - https://deploy-preview-24506--docsdocker.netlify.app/dhi/resources/#guides - https://deploy-preview-24506--docsdocker.netlify.app/guides/?tags=dhi ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
1 parent cbdb843 commit a960edb

File tree

9 files changed

+14
-8
lines changed

9 files changed

+14
-8
lines changed

content/guides/bun/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ summary: |
66
Learn how to containerize JavaScript applications with the Bun runtime.
77
linkTitle: Bun
88
languages: [js]
9-
tags: []
9+
tags: [dhi]
1010
params:
1111
time: 10 minutes
1212
---

content/guides/deno/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ summary: |
66
Learn how to containerize JavaScript applications with the Deno runtime using Docker.
77
linkTitle: Deno
88
languages: [js]
9-
tags: []
9+
tags: [dhi]
1010
params:
1111
time: 10 minutes
1212
---

content/guides/nodejs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111
- /language/nodejs/
1212
- /guides/language/nodejs/
1313
languages: [js]
14-
tags: []
14+
tags: [dhi]
1515
params:
1616
time: 20 minutes
1717
---

content/guides/python/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111
- /language/python/
1212
- /guides/language/python/
1313
languages: [python]
14-
tags: []
14+
tags: [dhi]
1515
params:
1616
time: 20 minutes
1717
---

content/guides/rust/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ aliases:
1111
- /language/rust/
1212
- /guides/language/rust/
1313
languages: [rust]
14+
tags: [dhi]
1415
params:
1516
time: 20 minutes
1617
---

content/guides/traefik.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: &desc Use Traefik to easily route traffic between multiple containe
44
keywords: traefik, container-supported development
55
linktitle: HTTP routing with Traefik
66
summary: *desc
7-
tags: [networking]
7+
tags: [networking, dhi]
88
params:
99
time: 20 minutes
1010
---

content/guides/vuejs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ summary: |
88
toc_min: 1
99
toc_max: 2
1010
languages: [js]
11-
tags: [frameworks]
11+
tags: [frameworks, dhi]
1212
aliases:
1313
- /frameworks/vue/
1414
params:

content/manuals/dhi/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ params:
3434
icon: help_center
3535
link: /dhi/troubleshoot/
3636
- title: Additional resources
37-
description: Links to blog posts, Docker Hub catalog, GitHub repositories, and more.
37+
description: Guides, blog posts, Docker Hub catalog, GitHub repositories, and more.
3838
icon: link
3939
link: /dhi/resources/
4040
---

content/manuals/dhi/resources.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 999
66
---
77

88
This page provides links to additional resources related to Docker Hardened
9-
Images (DHI), including blog posts, Docker Hub resources, and GitHub
9+
Images (DHI), including blog posts, guides, Docker Hub resources, and GitHub
1010
repositories.
1111

1212
For product information and feature comparison, visit the [Docker Hardened
@@ -31,6 +31,11 @@ features, and announcements:
3131
| August 6, 2025 | [Accelerating FedRAMP Compliance with Docker Hardened Images](https://www.docker.com/blog/fedramp-compliance-with-hardened-images/) |
3232
| May 19, 2025 | [Introducing Docker Hardened Images: Secure, Minimal, and Ready for Production](https://www.docker.com/blog/introducing-docker-hardened-images/) |
3333

34+
## Guides
35+
36+
For guides that demonstrate how to use Docker Hardened Images in various
37+
scenarios, see the [guides section filtered by DHI](/guides/?tags=dhi).
38+
3439
## Docker Hub
3540

3641
Docker Hardened Images are available on Docker Hub:

0 commit comments

Comments
 (0)