Skip to content

Commit a1254cf

Browse files
committed
touch up
1 parent d4bb237 commit a1254cf

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

content/manuals/engine/storage/containerd.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ For more information about the containerd image store and its benefits, refer to
3030

3131
## Migrate to containerd image store on Docker Engine
3232

33-
When you update to Docker Engine v29 and enable the containrd feature, you are automatically migrated.
34-
This is a non-breaking migration with support for backward compatibility.
33+
When you update to Docker Engine v29 and enable the containrd feature, you are
34+
automatically migrated. The migration mechanism handles overlay and vfs images.
3535

3636
Switching to containerd snapshotters causes you to temporarily lose images and
37-
containers created using the classic storage drivers.
38-
Those resources still exist on your filesystem, and you can retrieve them by
39-
turning off the containerd snapshotters feature.
37+
containers created using the classic storage drivers. If you use other graph storage, repull or rebuild your images.
38+
39+
> [!TIP]
40+
> Those resources still exist on your filesystem, and you can retrieve them by
41+
> turning off the containerd snapshotters feature.
4042
4143
Docker Engine uses the `overlayfs` containerd snapshotter by default.
4244

hugo_stats.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"htmlElements": {
33
"tags": null,
44
"classes": [
5-
"$availabilityText",
65
"--mount",
76
"--tmpfs",
87
"-mt-0.5",
@@ -35,7 +34,6 @@
3534
"DNS-resolution",
3635
"Debian",
3736
"Debian-GNU/Linux",
38-
"Deprecated",
3937
"Diff",
4038
"Docker-Build-Cloud",
4139
"Docker-Desktop",
@@ -152,6 +150,7 @@
152150
"Without-systemd",
153151
"[display:none]",
154152
"absolute",
153+
"access",
155154
"admonition",
156155
"admonition-content",
157156
"admonition-danger",
@@ -283,6 +282,8 @@
283282
"drop-shadow",
284283
"dropdown-base",
285284
"duration-300",
285+
"early",
286+
"experimental",
286287
"fill-blue",
287288
"fixed",
288289
"flex",
@@ -542,7 +543,6 @@
542543
"tab-item",
543544
"tablist",
544545
"tabs",
545-
"text",
546546
"text-2xl",
547547
"text-base",
548548
"text-black",
@@ -585,7 +585,6 @@
585585
"w-fit",
586586
"w-full",
587587
"w-screen",
588-
"whitespace-normal",
589588
"whitespace-nowrap",
590589
"xl:flex-row",
591590
"xl:grid-cols-3",

0 commit comments

Comments
 (0)