dockur / windows

Windows inside a Docker container.
MIT License
15.51k stars 1.27k forks source link

[Question]: Pre-built images #631

Open SharkMachine opened 2 days ago

SharkMachine commented 2 days ago

Is your question not already answered in the FAQ?

Is this a general question and not a technical issue?

Question

Is there a way to make pre-built images with this? I'd like to use this with test pipelines and it would be less than ideal to make the pipelines wait for an hour to get the installation done.

If I understand correctly, I need to have a Dockerfile that handles the download and installation of Windows and includes /storage in the image itself.