Skip to content
Merged
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
11 changes: 5 additions & 6 deletions content/manuals/dhi/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,18 @@ You can quickly compare DHIs with other images to see the security
improvements and differences. This comparison helps you understand the value of
using hardened images.

Run the following command to see a summary comparison between the Docker
Hardened Image for Python and the non-hardened Docker Official Image for Python
from Docker Hub:
Run the following command to compare the Docker Hardened Image for Python with
the non-hardened Docker Official Image for Python from Docker Hub. Look for the
`## Overview` section in the output for a summary comparison.

```console
$ docker scout compare dhi.io/python:3.13 \
--to python:3.13 \
--platform linux/amd64 \
--ignore-unchanged \
2>/dev/null | sed -n '/## Overview/,/^ ## /p' | head -n -1
--ignore-unchanged
```

Example output:
The `## Overview` section of the output looks similar to the following:
Comment thread
craig-osterhout marked this conversation as resolved.

```plaintext
## Overview
Expand Down
Loading