mirror of https://github.com/docker/cli.git
docs generate for `docker manifest ls`
Signed-off-by: Wayne Cheng <zhengwei@tiduyun.com>
This commit is contained in:
parent
402a3400f0
commit
dbd460a216
|
@ -21,6 +21,7 @@ For full details on using docker manifest lists, see the registry v2 specificati
|
|||
| [`annotate`](manifest_annotate.md) | Add additional information to a local image manifest |
|
||||
| [`create`](manifest_create.md) | Create a local manifest list for annotating and pushing to a registry |
|
||||
| [`inspect`](manifest_inspect.md) | Display an image manifest, or manifest list |
|
||||
| [`ls`](manifest_ls.md) | List local manifest lists |
|
||||
| [`push`](manifest_push.md) | Push a manifest list to a repository |
|
||||
| [`rm`](manifest_rm.md) | Delete one or more manifest lists from local storage |
|
||||
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
# docker manifest ls
|
||||
|
||||
<!---MARKER_GEN_START-->
|
||||
List local manifest lists
|
||||
|
||||
### Aliases
|
||||
|
||||
`docker manifest ls`, `docker manifest list`
|
||||
|
||||
### Options
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|:----------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `--format` | `string` | | Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go template<br>'json': Print in JSON format<br>'TEMPLATE': Print output using the given Go template.<br>Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates |
|
||||
| `-q`, `--quiet` | | | Only show manifest list NAMEs |
|
||||
|
||||
|
||||
<!---MARKER_GEN_END-->
|
||||
|
Loading…
Reference in New Issue