Skip to content

Commit 73f94d2

Browse files
authored
Merge pull request #1230 from AkihiroSuda/dev2
README.md: clean up
2 parents b89f0aa + 663541c commit 73f94d2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ docker run -it --rm --privileged nerdctl
143143

144144
## Motivation
145145

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).
149147

150148
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.
151149

@@ -249,7 +247,6 @@ It does not necessarily mean that the corresponding features are missing in cont
249247
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
250248
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
251249

252-
253250
- [Container management](#container-management)
254251
- [:whale: :blue_square: nerdctl run](#whale-blue_square-nerdctl-run)
255252
- [:whale: :blue_square: nerdctl exec](#whale-blue_square-nerdctl-exec)
@@ -268,6 +265,7 @@ It does not necessarily mean that the corresponding features are missing in cont
268265
- [:whale: nerdctl kill](#whale-nerdctl-kill)
269266
- [:whale: nerdctl pause](#whale-nerdctl-pause)
270267
- [:whale: nerdctl unpause](#whale-nerdctl-unpause)
268+
- [:whale: docker rename](#whale-docker-rename)
271269
- [:whale: nerdctl container prune](#whale-nerdctl-container-prune)
272270
- [Build](#build)
273271
- [:whale: nerdctl build](#whale-nerdctl-build)
@@ -299,6 +297,7 @@ It does not necessarily mean that the corresponding features are missing in cont
299297
- [:whale: nerdctl volume ls](#whale-nerdctl-volume-ls)
300298
- [:whale: nerdctl volume inspect](#whale-nerdctl-volume-inspect)
301299
- [:whale: nerdctl volume rm](#whale-nerdctl-volume-rm)
300+
- [:whale: nerdctl volume prune](#whale-nerdctl-volume-prune)
302301
- [Namespace management](#namespace-management)
303302
- [:nerd_face: :blue_square: nerdctl namespace create](#nerd_face-blue_square-nerdctl-namespace-create)
304303
- [:nerd_face: :blue_square: nerdctl namespace inspect](#nerd_face-blue_square-nerdctl-namespace-inspect)

0 commit comments

Comments
 (0)