I’m currently working on containerizing a Cocos application using Docker, but I’ve run into some challenges due to the application’s reliance on the Windows Server and GUI components. The application requires a graphical environment to function correctly, which makes it tricky to set up in a Docker container.
What I’ve Tried So Far:
- Docker Desktop for Windows: I have Docker Desktop installed on my Windows machine.
- Base Images: I’ve tried using
mcr.microsoft.com/windows/servercore
,mcr.microsoft.com/windows, and
Microsoft Artifact Registry as base images, but neither seems to support GUI applications out of the box.
Is there a way to make Cocos creator works with Docker images?