Skip to content

Commit b09c100

Browse files
committed
Couple of minor adjustments based on PR feedback
1 parent 4959df3 commit b09c100

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ g?libc
9696
GeoNetwork
9797
GGUF
9898
Git
99+
Gitea
99100
GitHub
100101
GitHub Actions
101102
Google

content/guides/lab-container-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ By the end of this Labspace, you will have completed the following:
4343
| # | Module | Description |
4444
| --- | ------------------------- | ------------------------------------------------------------------------------ |
4545
| 1 | Welcome to Docker | Introduction to containers and running your first `hello-world` container |
46-
| 2 | Running Containers | Launch nginx, inspect logs and internals, and manage the container lifecycle |
46+
| 2 | Running Containers | Launch Nginx, inspect logs and internals, and manage the container lifecycle |
4747
| 3 | Building Your First Image | Write a `Dockerfile` and build a custom image from a Node.js app |
4848
| 4 | Running Your App | Run your image, explore container isolation, and optionally push to Docker Hub |
4949
| 5 | Wrap-up | Summary of key concepts and next steps |

content/guides/lab-containerized-sdlc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ By the end of this Labspace, you will have completed the following:
3939
- Write integration tests that spin up a real database using Testcontainers
4040
- Build a CI/CD pipeline that tests, builds, and pushes a container image automatically
4141
- Write Kubernetes manifests and deploy a live application to a k3s cluster
42-
- Automate deployments so every push to `main` triggers a rollout
42+
- Configure the pipeline to cause an automatic deployment on every push to `main`
4343

4444
## Modules
4545

content/guides/lab-dhi-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ params:
1515
time: 30 minutes
1616
resource_links:
1717
- title: Docker Hardened Images
18-
url: /docker-hub/hardened-images/
18+
url: /dhi/
1919
- title: Docker Scout docs
2020
url: /scout/
2121
- title: Build attestations
@@ -48,7 +48,7 @@ By the end of this Labspace, you will have completed the following:
4848
| # | Module | Description |
4949
| --- | ---------------------------------------- | ------------------------------------------------------------------------------- |
5050
| 1 | Introduction | Overview of Docker Hardened Images and their security benefits |
51-
| 2 | Setup | Configure Docker login, DHI tier selection, and Docker Scout org |
51+
| 2 | Setup | Perform setup tasks required for the lab. |
5252
| 3 | Analyzing the Starting Image | Build the app, scan it with Docker Scout, and review failing policies |
5353
| 4 | Migrating to DHI | Rewrite the Dockerfile with multi-stage DHI build and compare results |
5454
| 5 | DHI Attestations and Scanner Integration | Inspect SBOMs, FIPS attestations, STIG scans, and export VEX for external tools |

0 commit comments

Comments
 (0)