gpt4 book ai didi

Docker - 按标签列出图像

转载 作者:行者123 更新时间:2023-12-02 15:58:27 25 4
gpt4 key购买 nike

Docker 文档给出:

docker image ls [OPTIONS] [REPOSITORY[:TAG]]

但这假设您将指定一个存储库。

如何按标签列出本地镜像?

最佳答案

问得好!我正在玩docker image ls并发现您不必指定存储库。以下实际上有效:

# displays images with tag: latest
docker image ls *:latest

# displays all images but not those with: <none>
docker image ls *:*

编辑:

docker image ls *:latest有一些不一致之处。我注意到有些图像没有显示,而 docker image ls | grep latest向他们展示。如果我找到原因我会回来的...

更新:Santhosh V :看起来需要在过滤器中指定特殊字符,例如 docker image ls *\*:*考虑图像名称中的\

关于Docker - 按标签列出图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44069256/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com