Skip to content

Commit e8f3c99

Browse files
committed
docker{,-rootful}.yaml: Enable the containerd image store by default
To support building multi-platform images. Use `--set .param.containerdSnapshotter=false` flag to disable it. #3858 (comment) > https://docs.docker.com/desktop/features/containerd/ > > The containerd image store is enabled by default in Docker Desktop version 4.34 and later, but only for clean installs or if you perform a factory reset. > > 4.34 was released on 2024-08-29 > https://docs.docker.com/desktop/release-notes/#4340 Signed-off-by: Norio Nomura <[email protected]>
1 parent 99b1924 commit e8f3c99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/docker-rootful.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ message: |
6868
docker run hello-world
6969
------
7070
param:
71-
containerdSnapshotter: false
71+
containerdSnapshotter: true

templates/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ message: |
7575
docker run hello-world
7676
------
7777
param:
78-
containerdSnapshotter: false
78+
containerdSnapshotter: true

0 commit comments

Comments
 (0)