Skip to main content

Posts

Showing posts from May, 2018

How to Install Docker in Windows 10 pro

This document will show how to install Docker in windows 10 pro. Why pro version?   Because windows pro supports HyperV. HyperV is the new virtualization technique from Microsoft Windows. It's actually not that simple.  Hyper-v is not just another VM platform, it's a type-1 hypervisor which starts before the host OS, therefore the host OS itself is a VM. After installing HyperV, you will not be able to use any other VM technologies, like Virtual box or VM Ware. So keep in mind, with HyperV, please do not install Virtual box or VMWare. Docker from windows uses HyperV technology to spin docker container. Before installing docker for windows, please make sure you do have windows 10 pro (updated) and HyperV is enabled. Sometimes, you might need to enable virtualization from bios as well. 1. We will download docker community edition for windows from " store.docker.com " the link I am using is " https://store.docker.com/editions/community/docker-ce-desktop-wi...