Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/manuals/dhi/how-to/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ To customize a Docker Hardened Image, follow these steps:
image. These arguments are appended to the base image's entrypoint.
1. Add [`CMD`](/reference/dockerfile/#cmd) arguments to the image. These
arguments are appended to the base image's command.
1. Override the default (`/`) [working
directory](/reference/dockerfile/#workdir) for the image.
1. Specify a suffix for the customization name that is appended to the
customized image's tag. For example, if you specify `custom` when
customizing the `dhi-python:3.13` image, the customized image will be
Expand Down