82.3. tripleo container image delete
从 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>
| value | Summary |
|---|---|
| <image to delete> | 要以 <fqdn>:<port>/path/to/image 格式删除镜像的完整 URL |
| value | Summary |
|---|---|
| -h, --help | 显示帮助信息并退出 |
| --registry-url <registry url> | registry 镜像的 URL 以 <fqdn>:<port> 的形式列出。 |
| --username <username> | 镜像 registry 的用户名。 |
| --password <password> | 镜像 registry 的密码。 |
| -y,--yes | 跳过 yes/no 提示(假设是)。 |