You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
I did some improvements to the quickstart.md file, adding images and
improve some descriptions to be albe to helo learners to find the
references mentioned in the file.
## Related issues or tickets
No related issues or ticket.
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Co-authored-by: Craig Osterhout <[email protected]>
Now you can run the `quickview` command to get an overview
156
154
of the compliance status for the image you just built.
157
-
The image is evaluated against the default policy configurations.
155
+
The image is evaluated against the default policy configurations. You'll see output similar to the following:
158
156
159
157
```console
160
158
$ docker scout quickview
@@ -209,7 +207,7 @@ The classic image store doesn't support manifest lists,
209
207
which is how the provenance attestations are attached to an image.
210
208
211
209
Open **Settings** in Docker Desktop. Under the **General** section, make sure
212
-
that the **Use containerd for pulling and storing images** option is checked.
210
+
that the **Use containerd for pulling and storing images** option is checked, then select **Apply & Restart**.
213
211
Note that changing image stores temporarily hides images and containers of the
214
212
inactive image store until you switch back.
215
213
@@ -230,7 +228,9 @@ results through a different lens: the Docker Scout Dashboard.
230
228
3. Select **Images** in the left-hand navigation.
231
229
232
230
The images page lists your Scout-enabled repositories.
233
-
Select the image in the list to open the **Image details** sidebar.
231
+
232
+
Select the row for the image you want to view, anywhere in the row except on a link, to open the **Image details** sidebar.
233
+
234
234
The sidebar shows a compliance overview for the last pushed tag of a repository.
235
235
236
236
> [!NOTE]
@@ -239,13 +239,15 @@ The sidebar shows a compliance overview for the last pushed tag of a repository.
239
239
> It might take a few minutes before the results appear if this is your
240
240
> first time using the Docker Scout Dashboard.
241
241
242
-
Inspect the **Up-to-Date Base Images** policy.
242
+
Go back to the image list and select the image version, available in the **Most recent image** column.
243
+
Then, at the top right of the page, select the **Update base image** button to inspect the policy.
244
+
243
245
This policy checks whether base images you use are up-to-date.
244
246
It currently has a non-compliant status,
245
247
because the example image uses an old version `alpine` as a base image.
246
248
247
-
Select the **View fix** button next to the policy name for details about the violation,
248
-
and recommendations on how to address it.
249
+
Close the **Recommended fixes for base image** modal. In the policy listing, select **View fixes** button, next to the policy name for details about the violation, and recommendations on how to address it.
0 commit comments