-
Notifications
You must be signed in to change notification settings - Fork 18.9k
[Windows 10 client] Consider enabling process isolation under condition #37873
Copy link
Copy link
Closed
Labels
kind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.platform/windows
Description
Description
Anyone forking moby/moby and modifying a few lines of code can enable process isolation for Windows client. It is clearly unsupported and might have some drawbacks, but IMO, for development purposes, it would be really nice to enable it under the following conditions:
- Make it experimental
- When process isolation is used on windows 10 client, emit a warning "this is an unsupported feature, for development only"
- Consider checking that "developer mode" is enabled on the machine
Additional information you deem important (e.g. issue happens only occasionally):
People want to develop in conditions as close as possible as their production environment. Using the same isolation mode on both developer machines, and the production / pre-prod environment makes much sense for them.
Making it an unambiguously "unsupported feature" would protect both Docker and Microsoft against having to support yet another kind of production workload.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.platform/windows