我一直在尝试将Docker镜像转换为VMDK文件,以便使用AWS's Import/Export创建AWS AMI。为了那个原因:

  • 我已使用this guide从我的DockerFile创建.img文件。
  • 现在,我使用以下命令:VBoxManage convertfromraw --format VMDK disk.img disk.vmdk将我的.img文件转换为IMG格式的.vmdk文件,AWS服务不支持。

  • 但是,当我运行导入/导出服务时,它给了我这个错误:
    "StatusMessage": "ClientError: Disk validation failed [Unsupported VMDK File Format]"
    

    在转换过程中我做错了什么吗?

    最佳答案

    这可能会有所帮助,不确定确切原因,但其他有问题的人员已在此处找到。

    http://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html

    Error importing vmdk files using ec2 developer tools

    07-24 09:39