scout: add containerd image store prereq to vex guide

The containerd image store must be enabled to build and push images with
attestations without creating a new buildx builder.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-02-20 15:17:21 +01:00
parent 3d7c837876
commit fb38fbdfef
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ In this guide, you will learn about:
If you want to follow along the steps of this guide, you'll need the following:
- The latest version of Docker Desktop
- The [containerd image store](../../desktop/containerd.md) must be enabled
- Git
- A [Docker account](../../docker-id/_index.md)
- A GitHub account