Skip to content

Commit 8d6fe73

Browse files
authored
Merge pull request #4414 from AkihiroSuda/docs
docs: stargz: ubuntu-24.04 is no longer needed
2 parents 5cfeeeb + caa7132 commit 8d6fe73

File tree

1 file changed

+2
-8
lines changed
  • website/content/en/docs/examples/containers/containerd/advanced

1 file changed

+2
-8
lines changed

website/content/en/docs/examples/containers/containerd/advanced/stargz.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ weight: 3
77
[eStargz](https://github.com/containerd/stargz-snapshotter) is an OCI-compatible container image format
88
that reduces start-up latency using lazy-pulling technique.
99

10-
The support for eStargz is available by default for `ubuntu-24.04` instances:
11-
12-
```bash
13-
limactl start --name=default template://ubuntu-24.04
14-
```
15-
16-
The latest Ubuntu will be supported too in [a future release](https://github.com/containerd/stargz-snapshotter/issues/2144).
10+
The support for eStargz is available by default in Lima.
1711

1812
{{% alert title="Hint" color=success %}}
1913
ARM Mac users need to run `limactl start` with `--rosetta` to allow [running AMD64 binaries](../../../../config/multi-arch.md).
@@ -50,4 +44,4 @@ Examples of eStargz images can be found at
5044

5145
See also:
5246
- https://github.com/containerd/stargz-snapshotter
53-
- https://github.com/containerd/nerdctl/blob/main/docs/stargz.md
47+
- https://github.com/containerd/nerdctl/blob/main/docs/stargz.md

0 commit comments

Comments
 (0)