云服务器内容精选

  • 命令示例 Linux ./ai4s docker update lmx-project-01/demo-image --type APP --description 'this is a demo' Windows ai4s docker update lmx-project-01/demo-image --type APP --description "this is a demo" 不填写空间名时,若当前所在空间是lmx-test-01,则执行如下命令后会更新当前空间中源空间为lmx-test-01的镜像demo-image的类型。 ai4s docker update demo-image --type APP --chip ARM # 执行成功返回结果如下 update image successfully!
  • 命令示例 Linux ./health docker update lmx-project-01/demo-image --type APP --description 'this is a demo' Windows health docker update lmx-project-01/demo-image --type APP --description "this is a demo" 不填写项目名时,若当前所在项目是lmx-test-01,则执行如下命令后会更新当前项目中源项目为lmx-test-01的镜像demo-image的类型。 health docker update demo-image --type APP --chip ARM# 执行成功返回结果如下update image successfully!