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

时间:2025-06-03 17:07:18

命令示例

  • 查询当前所在项目demo-project下面的类型为APP的镜像。
    health docker images -t APP
    # 执行成功返回结果如下
    Name                Source Project    Type   Chip Type  Created                 Updated
    autodruglikeness    demo-project      APP    --         2021-05-12 10:18:32     2021-05-12 10:18:32
    
    Total 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:27
    demo-image-2  1.1      9.12M  2021-02-01 11:11:27  2021-02-01 11:11:27
    demo-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