mirror of
https://github.com/containers/skopeo.git
synced 2025-07-19 09:07:13 +00:00
Fix inconsistency in manpage example for list-tags
Signed-off-by: Zach Hill <zach@anchore.com>
This commit is contained in:
parent
b0cfab1d45
commit
5554964a8f
@ -83,11 +83,11 @@ To list the tags in a local host docker/distribution registry on port 5000, in t
|
||||
```sh
|
||||
$ skopeo list-tags docker://localhost:5000/fedora
|
||||
{
|
||||
"Repository": "localhost:5000/myapp",
|
||||
"Repository": "localhost:5000/fedora",
|
||||
"Tags": [
|
||||
"latest",
|
||||
"v1.1.1",
|
||||
"v1.2.0"
|
||||
"30",
|
||||
"31"
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user