用户、管理员
- 从包含 AppCenter CLI 的位置,使用命令行界面登录到 AppCenter。
- 运行命令 appctl appcenter export --image <image> -o <filename>。例如:
appctl appcenter export --image artifactory.io/app:tag -o app.tar
要推送到 AppCenter,从注册表中提取的映像必须有文件 app_metadata.json 位于 "/opt/teradata/appcenter",并且此文件必须包含创建应用程序所需的应用程序 JSON 对象。例如:{ "name": "my-app", "ephemeral": false, "app_type": "custom" }
appctl appcenter export 的可选命令标记包括以下内容:标记 说明 示例 -h appctl appcenter export 的帮助 appctl appcenter export -h -i 映像字符串 从 Docker 注册表中提取的映像
appctl appcenter export --image artifactory.io/app:tag -o app.tar -o 输出字符串,保存到文件 从注册表和 AppCenter 提取的输出
appctl appcenter export --image artifactory.io/app:tag -o app.tar