医疗智能体 EIHealth-上传镜像:命令示例

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

命令示例

  • Windows
    health docker push demo-image:v1.0 -d "this is a desc" -t APP
  • Linux
    ./health docker push demo-image:v1.0 -d 'this is a desc' -t APP
  • 上传成功返回值
    fe4c16cbf7a4: Pushedv1.0: digest: sha256:eb7e3bbd8e3040efa71d9c2cacfa12a8e39c6b2ccd15eac12bdc49e0b66cee63 size: 948
  • 上传失败可能原因
    • 镜像命名不规范
    • 镜像版本不存在
    • 上传镜像数量超出配额
    • 待上传项目不存在

对于--description 参数,当描述中带有空格时,需要添加引号来获取完整的描述信息。

support.huaweicloud.com/clilist-eihealth/eihealth_31_0038.html