医疗智能体 EIHealth-查询镜像:命令示例

时间:2023-11-01 16:18:54

命令示例

  • 查询当前所在项目demo-project下面的类型为APP的镜像。
    health docker images -t APP# 执行成功返回结果如下Name                Source Project    Type   Chip Type  Created                 Updatedautodruglikeness    demo-project      APP    --         2021-05-12 10:18:32     2021-05-12 10:18:32Total images of project demo-project is: 1
  • 查询当前项目下面的镜像名为demo-image的所有tag信息。
    health docker images -n demo-image# 执行成功返回结果如下Name          Version  Size   Created              Updated demo-image-1  1.0      3.44M  2021-02-01 11:11:27  2021-02-01 11:11:27demo-image-2  1.1      9.12M  2021-02-01 11:11:27  2021-02-01 11:11:27demo-image-3  1.1      100M   2021-02-01 11:11:27  2021-02-01 11:11:27
support.huaweicloud.com/clilist-eihealth/eihealth_31_0040.html