mirror of https://github.com/docker/cli.git
16 lines
451 B
Markdown
16 lines
451 B
Markdown
# manifest push
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Push a manifest list to a repository
|
|
|
|
### Options
|
|
|
|
| Name | Type | Default | Description |
|
|
|:----------------|:-------|:--------|:------------------------------------------|
|
|
| `--insecure` | `bool` | | Allow push to an insecure registry |
|
|
| `-p`, `--purge` | `bool` | | Remove the local manifest list after push |
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|