Skip to content

Instantly share code, notes, and snippets.

@schmich
Created October 1, 2016 23:28
Show Gist options
  • Save schmich/7e2c6e63b54ab90a487f6a9a72c4f41f to your computer and use it in GitHub Desktop.
Save schmich/7e2c6e63b54ab90a487f6a9a72c4f41f to your computer and use it in GitHub Desktop.
Docker on Windows

Docker on Windows

  • Requires Windows 10 Professional or better
  • Enable Hyper-V: (as admin) bcdedit /set hypervisorlaunchtype Auto
  • Enable DEP: (as admin) bcdedit /set {current} nx OptOut
  • Download and install Docker for Windows Beta
  • Start Docker
  • To allow sharing volumes: System Tray -> Docker -> Settings -> Shared Drives -> C -> Enter Password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment