Skip to content

Commit 0de8427

Browse files
committed
Docs: container registry list
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
1 parent 56273e5 commit 0de8427

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/command-reference.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,22 @@ container registry logout [--debug] <registry>
910910

911911
No options.
912912

913+
### `container registry list`
914+
915+
Lists container registry domains for which login credentials are currently stored.
916+
917+
**Usage**
918+
919+
```bash
920+
container registry list [--format <format>] [--quiet] [--verbose] [--debug]
921+
```
922+
923+
**Options**
924+
925+
* `--format <format>`: Format of the output (values: json, table; default: table)
926+
* `-q, --quiet`: Only output the image name
927+
* `-v, --verbose`: Verbose output
928+
913929
## System Management
914930

915931
System commands manage the container apiserver, logs, DNS settings and kernel. These are only available on macOS hosts.

0 commit comments

Comments
 (0)