Skip to content

Commit 322e8ca

Browse files
committed
docs: add nerdctl manifest push reference
add nerdctl manifest push reference Signed-off-by: ChengyuZhu6 <[email protected]>
1 parent 8acb15a commit 322e8ca

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/command-reference.md

Lines changed: 19 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 push](#whale-nerdctl-manifest-push)
5859
- [:whale: nerdctl manifest rm](#whale-nerdctl-manifest-rm)
5960
- [Registry](#registry)
6061
- [:whale: nerdctl login](#whale-nerdctl-login)
@@ -1103,6 +1104,24 @@ nerdctl manifest inspect alpine:3.22.1
11031104
nerdctl manifest inspect alpine@sha256:eafc1edb577d2e9b458664a15f23ea1c370214193226069eb22921169fc7e43f
11041105
```
11051106

1107+
### :whale: nerdctl manifest push
1108+
1109+
Push a manifest list to a registry.
1110+
1111+
Usage: `nerdctl manifest push [OPTIONS] INDEX/MANIFESTLIST`
1112+
1113+
Flags:
1114+
1115+
- `--insecure`: Allow communication with an insecure registry
1116+
- `--purge`: Remove the manifest list after pushing
1117+
1118+
Examples:
1119+
1120+
```bash
1121+
# Push a manifest list to a registry
1122+
nerdctl manifest push myapp:latest
1123+
```
1124+
11061125
### :whale: nerdctl manifest rm
11071126

11081127
Remove one or more index/manifest lists.

0 commit comments

Comments
 (0)