How can I list all tags for a Docker image on a remote registry?

前端 未结 19 1998
时光取名叫无心
时光取名叫无心 2020-12-04 04:46

How can I list all tags of a Docker image on a remote Docker registry using the CLI (preferred) or curl?

Preferably without pulling all versions from the remote regi

19条回答
  •  一个人的身影
    2020-12-04 05:08

    The Docker Registry API has an endpoint to list all tags.

    Looks like Tutum has a similar endpoint, as well as a way to access via tutum-cli.

    With the tutum-cli, try the following:

    tutum tag list 
    

提交回复
热议问题