mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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>
This commit is contained in:
@@ -30,7 +30,7 @@ When migrating from non-hardened images to DHI, be aware of these key difference
|
||||
| TLS certificates | May need to be installed | Contain standard TLS certificates by default. There is no need to install TLS certificates. |
|
||||
| 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. |
|
||||
| Entry point | Varies by image | May have different entry points than Docker Official Images. Inspect entry points and update your Dockerfile if necessary. |
|
||||
| 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. |
|
||||
| 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. |
|
||||
|
||||
## Migration steps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user