Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

🛳 Install Docker in process isolation mode on Windows

Notifications You must be signed in to change notification settings

ViRb3/docker-windows-process-isolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Docker Windows Process Isolation

Install Docker in process isolation mode on Windows

TL;DR:

Docker Engine Community

Docker Engine Enterprise

  • No companion app
  • Uses Process Isolation as opposed to a VM (just like Linux)
  • Works with another hypervisor
  • Low overhead

This script will install the latter engine

Support

Tested on Windows 10 Pro 1909. Should work on any Windows build >1809

Installing

WARNING ⚠️: You are executing an online script with full administrator rights. Make sure you know what you are doing.

In an elevated (Administrator) PowerShell window, run:

Invoke-Expression $((Invoke-WebRequest "https://raw.githubusercontent.com/ViRb3/docker-windows-process-isolation/master/Install-Docker-Process-Isolation-Mode.ps1").Content)

Resources

Based on this awesome article

About

🛳 Install Docker in process isolation mode on Windows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published