82.3. tripleo container image delete
レジストリーから指定されたイメージを削除します。
使用方法:
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> | 削除されるイメージのフル URL (形式: <fqdn>:<port>/path/to/image) |
値 | 概要 |
---|---|
-h、--help | help メッセージを表示して終了します |
--registry-url <registry url> | イメージをリスト表示するレジストリーの URL (形式: <fqdn>:<port>) |
--username <username> | イメージレジストリーのユーザー名。 |
--password <password> | イメージレジストリーのパスワード。 |
-y, --yes | yes/no プロンプトを省略します (yes を想定)。 |