Skip to content

Commit 6d039d3

Browse files
committed
docs: faq: remove outdated comparison with Docker for Mac
Remove "Their EULA even prohibits disclosure of benchmarking result", as the following clause no longer seems to exist: > 3. RESTRICTED ACTIVITIES > You shall not, and shall not encourage any third party to: > ... > (g) disclose the results of any benchmark tests on the Licensed > Software without Docker’s prior written consent; > ... (From <https://web.archive.org/web/20230222093254/https://www.docker.com/legal/docker-software-end-user-license-agreement/>) The comparison with Moby was outdated too since Moby v24, which experimentally supports the containerd-snapshotter mode. Signed-off-by: Akihiro Suda <[email protected]>
1 parent c86314e commit 6d039d3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

website/content/en/docs/faq/_index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ and forward `localhost:8080` to the port 80 of the remote machine.
9696

9797
#### "Advantages compared to Docker for Mac?"
9898
Lima is free software (Apache License 2.0), while Docker for Mac is not.
99-
Their [EULA](https://www.docker.com/legal/docker-software-end-user-license-agreement) even prohibits disclosure of benchmarking result.
100-
101-
On the other hand, [Moby](https://github.com/moby/moby), aka Docker for Linux, is free software, but Moby/Docker lacks several novel features of containerd, such as:
102-
- [On-demand image pulling (aka lazy-pulling, eStargz)](https://github.com/containerd/nerdctl/blob/master/docs/stargz.md)
103-
- [Running an encrypted container](https://github.com/containerd/nerdctl/blob/master/docs/ocicrypt.md)
104-
- Importing and exporting [local OCI archives](https://github.com/opencontainers/image-spec/blob/master/image-layout.md)
10599

106100
### QEMU
107101
#### "QEMU crashes with `HV_ERROR`"

0 commit comments

Comments
 (0)