docker manifest create
| 描述 | 创建本地 Manifest 列表,以便进行注释并推送到 Registry |
|---|---|
| 用法 | docker manifest create MANIFEST_LIST MANIFEST [MANIFEST...] |
实验性
此命令为实验性功能。
实验性功能旨在用于测试和反馈,因为其功能或设计可能会在版本之间更改,恕不另行通知,或者在未来的版本中可能被完全移除。
描述
创建本地 Manifest 列表,以便进行注释并推送到 Registry
选项
| 选项 | 默认 | 描述 |
|---|---|---|
-a, --amend | 修改现有的 manifest 列表 | |
--insecure | 允许与非安全仓库通信 |