Friday, November 16, 2018

Setup Windows 10 VM in Azure to Develop with Docker CE

Docker is a tool which facilitate to create,deploy and run applications by using containers.Container is used to package up  an application with all of the parts it needs and ship it all as one package.This post would explain you how to setup Docker CE in Azure VM to use it for developing Docker based applications.

  • Create a azure VM by selecting windows client machine.Select Windows 10 professional or enterprise version.Select V3 category size when create a VM.As example D3_V3.I use Windows 10 Pro,Version 1803 VM with D3_V3 size to do this demo.