Skip to content

Commit 8690f73

Browse files
committed
docs: add nerdctl manifest rm reference
add nerdctl manifest rm reference Signed-off-by: ChengyuZhu6 <[email protected]>
1 parent 385c0be commit 8690f73

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/command-reference.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ It does not necessarily mean that the corresponding features are missing in cont
5555
- [:whale: nerdctl manifest annotate](#whale-nerdctl-manifest-annotate)
5656
- [:whale: nerdctl manifest create](#whale-nerdctl-manifest-create)
5757
- [:whale: nerdctl manifest inspect](#whale-nerdctl-manifest-inspect)
58+
- [:whale: nerdctl manifest rm](#whale-nerdctl-manifest-rm)
5859
- [Registry](#registry)
5960
- [:whale: nerdctl login](#whale-nerdctl-login)
6061
- [:whale: nerdctl logout](#whale-nerdctl-logout)
@@ -1102,6 +1103,18 @@ nerdctl manifest inspect alpine:3.22.1
11021103
nerdctl manifest inspect alpine@sha256:eafc1edb577d2e9b458664a15f23ea1c370214193226069eb22921169fc7e43f
11031104
```
11041105

1106+
### :whale: nerdctl manifest rm
1107+
1108+
Remove one or more index/manifest lists.
1109+
1110+
Usage: `nerdctl manifest rm INDEX/MANIFESTLIST [INDEX/MANIFESTLIST...]`
1111+
1112+
Example:
1113+
1114+
```bash
1115+
nerdctl manifest rm alpine:3.22.1 alpine:3.22.2
1116+
```
1117+
11051118
## Registry
11061119

11071120
### :whale: nerdctl login

0 commit comments

Comments
 (0)