函数: saveImage()
saveImage(
engineId
,id
,filename
,token
?):Promise
<void
>
将包含镜像及其元数据的 tarball 保存到磁盘。
参数
• engineId: string
管理镜像的引擎的 ID,从 containerEngine.listImages 的结果中获得
• id: string
此引擎上镜像的 ID 或名称,从 containerEngine.listImages 的结果中获得
• filename: string
保存容器镜像内容的文件
• token?: CancellationToken
可选的取消令牌,当令牌被取消时,它将取消将镜像保存到磁盘。
返回值
Promise
<void
>