dockur / windows

Windows inside a Docker container.
MIT License
17.49k stars 1.5k forks source link

cant change windows version #608

Open PheKe opened 3 months ago

PheKe commented 3 months ago

Is your question not already answered in the FAQ?

Is this a general question and not a technical issue?

Question

i changed the windows version in "compose.yml" to core11 but when i run it still download the stock windows 11, i have tried it again and still doesn't work sorry for my bad english

kroese commented 3 months ago

Add this to your compose file:

volumes:
  - /var/win:/storage

and make sure the example /var/win directory is empty.

1043613lcpsorg commented 3 months ago

@kroese I tried that out and it didn't work