Docker to increase your productivity

Docker usage in the development and test environment can save you lot of effort and time. Windows containers are new and are still evolving. Using them requires a big change in the mindset. To begin with, the team could start using the docker in the development process to get familiar with the Windows containers.This article talks about … Read more

How to enable Windows Containers

Microsoft support for Windows containers started with Windows Server 2016 and Windows 10 Anniversary edition. Windows supports two types of containers Native and Hyper-V. They differ in the isolation provided by the Operation System. The native containers are treated as any other process by the operation system. Hyper-V containers are run under a light weight … Read more