Skip to content

Commit e0a1b22

Browse files
authored
Merge pull request #3941 from norio-nomura/enable-docker-containerd-snapshotter-by-default
`docker{,-rootful}.yaml`: Enable the containerd image store by default
2 parents 99b1924 + df1d9b1 commit e0a1b22

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)