Skip to content

Instantly share code, notes, and snippets.

@linw1995
Last active March 20, 2018 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linw1995/000ab2f96c232b94bf9aac66282705e0 to your computer and use it in GitHub Desktop.
Save linw1995/000ab2f96c232b94bf9aac66282705e0 to your computer and use it in GitHub Desktop.
Docker on win10

Window10 Home

  1. Volume - virtualbox guest additions
  2. Kitematic - must running as Admin. if not, it will cause the userdir\.docker\machine\machines\default\config.json missing, and break the VM.

Docker

Docker is an open platform for developing, shipping, and running applications.

install

Home

We can’t run Docker Engine natively on Windows, instead of using VirtualBox to create and attach small linux VM. This VM hosts Docker Engine for you on your Windows system.

Pro

Docker for Windows requires Microsoft Hyper-V to run. After Hyper-V is enabled, VirtualBox no longer works.

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