You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -143,9 +143,7 @@ docker run -it --rm --privileged nerdctl
143
143
144
144
## Motivation
145
145
146
-
The goal of `nerdctl` is to facilitate experimenting the cutting-edge features of containerd that are not present in Docker.
147
-
148
-
Such features include, but not limited to, on-demand image pulling (lazy-pulling) [Stargz](./docs/stargz.md), [Nydus](./docs/nydus.md), [OverlayBD](./docs/overlaybd.md) and [image encryption/decryption](./docs/ocicrypt.md).
146
+
The goal of `nerdctl` is to facilitate experimenting the cutting-edge features of containerd that are not present in Docker (see below).
149
147
150
148
Note that competing with Docker is _not_ the goal of `nerdctl`. Those cutting-edge features are expected to be eventually available in Docker as well.
151
149
@@ -249,7 +247,6 @@ It does not necessarily mean that the corresponding features are missing in cont
249
247
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
250
248
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
0 commit comments