Native Containers on Windows 10 & Windows Server 2016 using Docker

Preview:

Citation preview

Native Containers on Windows 10 & Windows Server 2016 using DockerJorge ArteiroCloud Development ConsultantKloud Solutions@jorgearteiro@azuretar

• Windows 10 Insider Latest Build• Using Hyper-V Containers

• Windows Server 2016 TP5 (since TP3)• Hyper-V and Windows Container

• Docker 1.12-Dev Client / Engine

Windows Containers

Deployment types

• Docker Hub and Private Registry

Windows Container Images (.wim)

Container OS Image

• https://github.com/StefanScherer/docker-windows-box

Mac Users

• Called Windows Subsystem for Linux (WSL)• Real Ubuntu binary running on windows

14.04• 200Mb on your drive• Same Network stack• SSH, docker client, NPM, NodeJS, Redis, etc• Kernel driver/provider translates syscalls to

native Windows kernel calls.

Bash on Ubuntu on Windows

Yes, you can run VIM !!!

• https://aka.ms/containers • https://github.com/Microsoft/Docker-PowerShell • https://master.dockerproject.org/ • https://docs.docker.com/docker-for-windows/• https://beta.docker.com/docs/azure/

Useful Links

Recommended