Skip to content

Make Windows 10 have process isolation only.#37065

Closed
jtilander wants to merge 1 commit intomoby:masterfrom
jtilander:feature/process_isolation
Closed

Make Windows 10 have process isolation only.#37065
jtilander wants to merge 1 commit intomoby:masterfrom
jtilander:feature/process_isolation

Conversation

@jtilander
Copy link
Copy Markdown

- What I did

Removed ability to run hyper-v isolation on windows 10.

- How I did it

Delete code to detect windows 10, on non iotc versions.

- How to verify it

Overwrite dockerd.exe on windows 10 and run any docker command, verify in process explorer that you can see the process.

All of this is to raise awareness.

@GordonTheTurtle GordonTheTurtle added the dco/no Automatically set by a bot when one of the commits lacks proper signature label May 15, 2018
@GordonTheTurtle
Copy link
Copy Markdown

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "feature/process_isolation" [email protected]:jtilander/moby.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@jtilander jtilander force-pushed the feature/process_isolation branch from 942760f to 972d497 Compare May 15, 2018 05:06
@GordonTheTurtle GordonTheTurtle removed the dco/no Automatically set by a bot when one of the commits lacks proper signature label May 15, 2018
@thaJeztah
Copy link
Copy Markdown
Member

Sorry, changing this would result in breaking the Windows license. From the code that's being removed in this PR:

This block should not be removed. It partially enforces licensing restrictions on Windows. Ping @jhowardmsft if there are concerns or PRs to change this.

I'll close this PR for that reason, but feel free to discuss

@thaJeztah thaJeztah closed this May 15, 2018
@thaJeztah
Copy link
Copy Markdown
Member

This has now been done in #38000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants