运行 windows IBM bluemix 中的应用程序
Run windows applications in ibm bluemix
我的公司有一个本地解决方案,其中有一个数据库服务器和应用程序服务器 运行ning 在专用的 windows 服务器机器上(delphi 应用程序服务器,firebirdsql 数据库)。现在,客户希望将其服务器迁移到云端。是否可以在不更改代码的情况下将数据库和应用程序服务器移至 ibm bluemix。它在 windows 64 位 OS 上 运行s。有什么选择?不建议在bluemix中运行 windows应用吗?
可以用 ibm 容器来完成吗 - 可以在容器中 运行 windows 吗?
您可能希望 select VM 选项与 Windows OS 一起运行您的应用程序。所以不需要更改。
您可以查看 Bluemix 上的虚拟服务器(虚拟机)并使用自定义映像 运行 Windows。据 Bluemix Virtual Servers docs 报道:
A virtual server image is a file that includes a virtual disk with an
operating system installed on it.
You use a virtual server image to create a virtual server. You can use
an image that is provided by IBM, a customized virtual server image,
or a snapshot that you took of another virtual server.
Important: In Bluemix, you can upload virtual server images that are
supported by OpenStack and have qcow2 format only.
有关详细信息,请参阅 Virtual server images。
我的公司有一个本地解决方案,其中有一个数据库服务器和应用程序服务器 运行ning 在专用的 windows 服务器机器上(delphi 应用程序服务器,firebirdsql 数据库)。现在,客户希望将其服务器迁移到云端。是否可以在不更改代码的情况下将数据库和应用程序服务器移至 ibm bluemix。它在 windows 64 位 OS 上 运行s。有什么选择?不建议在bluemix中运行 windows应用吗? 可以用 ibm 容器来完成吗 - 可以在容器中 运行 windows 吗?
您可能希望 select VM 选项与 Windows OS 一起运行您的应用程序。所以不需要更改。
您可以查看 Bluemix 上的虚拟服务器(虚拟机)并使用自定义映像 运行 Windows。据 Bluemix Virtual Servers docs 报道:
A virtual server image is a file that includes a virtual disk with an operating system installed on it.
You use a virtual server image to create a virtual server. You can use an image that is provided by IBM, a customized virtual server image, or a snapshot that you took of another virtual server.
Important: In Bluemix, you can upload virtual server images that are supported by OpenStack and have qcow2 format only.
有关详细信息,请参阅 Virtual server images。