81.3. tripleo 容器镜像删除
从 registry 中删除指定的镜像。
使用方法:
openstack tripleo container image delete [-h]
[--registry-url <registry url>]
[--username <username>]
[--password <password>] [-y]
<image to delete>
openstack tripleo container image delete [-h]
[--registry-url <registry url>]
[--username <username>]
[--password <password>] [-y]
<image to delete>
| 值 | 概述 |
|---|---|
| <image to delete> | 以 <fqdn>:<port>/path/to/image 格式删除的完整镜像的 url |
| 值 | 概述 |
|---|---|
| -h, --help | 显示帮助信息并退出 |
| --registry-url <registry url> | registry 镜像的 URL 以 <fqdn>:<port> 格式列出。 |
| --username <username> | 镜像 registry 的用户名。 |
| --password <password> | 镜像 registry 的密码。 |
| -Y, --yes | 跳过 yes/no 提示符(假设是)。 |