我运行一个私有的docker注册表,我想latest
从存储库中删除所有图像.我不想删除整个存储库,只删除其中的一些图像.该API文档不提一个办法做到这一点,但肯定这是可能的?
泊坞中心官方网站已移到https://registry.hub.docker.com从https://hub.docker.com/.
如果我尝试docker pull
从URL中的图像:docker pull registry.hub.docker.com/busybox
它显示:
registry.hub.docker.com/busybox: this image was pulled from a legacy registry.
Important: This registry version will not be supported in future versions of docker.
Run Code Online (Sandbox Code Playgroud)
但是,如果我使用docker pull registry.hub.docker.com/busybox
.
它无法拉动图像.
使用时的情况相同 curl -k https://registry.hub.docker.com/v1/repositories/busybox/tags