Skip to content

Commit 3355f97

Browse files
dhi: wording update (#23971)
<!--Delete sections as needed --> ## Description Minor wording change. ## Related issues or tickets Issue raised in #23963 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
1 parent afbfa62 commit 3355f97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/manuals/dhi/migration/migrate-from-doi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When migrating from non-hardened images to DHI, be aware of these key difference
3030
| TLS certificates | May need to be installed | Contain standard TLS certificates by default. There is no need to install TLS certificates. |
3131
| Ports | Can bind to privileged ports (below 1024) when running as root | Run as a nonroot user by default. Applications can't bind to privileged ports (below 1024) when running in Kubernetes or in Docker Engine versions older than 20.10. Configure your application to listen on port 1025 or higher inside the container. |
3232
| Entry point | Varies by image | May have different entry points than Docker Official Images. Inspect entry points and update your Dockerfile if necessary. |
33-
| No shell | Shell generally available in all images | Runtime images don't contain a shell. Use `dev` images in build stages to run shell commands and then copy artifacts to the runtime stage. |
33+
| Shell | Shell generally available in all images | Runtime images don't contain a shell. Use `dev` images in build stages to run shell commands and then copy artifacts to the runtime stage. |
3434

3535
## Migration steps
3636

0 commit comments

Comments
 (0)