SlideShare a Scribd company logo
Docker on Windows
From 101 to Production
https://dockr.ly/windows-workshop
Meet the Team
Stefan Michael Elton
sqlservr.exe
console.exe
w3wp.exe
Why Docker?
Efficiency. 5X over VMs
8 VMs
40 containers
Efficiency. 5X over VMs
40 containers
1 Windows licence
Portability. Consistent deployment
Build Test Prod
Security. Provenance & trust
Security ScanningContent Trust
Docker on Windows
build
ship
run
.NET Fx
ASP.NET
Web App
Server Core
IIS
> docker image build
FROM microsoft/aspnet:windowsservercore
COPY UpgradeSample-1.0.0.0.msi /
RUN msiexec /i c:UpgradeSample-1.0.0.0.msi RELEASENAME=2017.02 /qn
# escape=`
FROM microsoft/windowsservercore
SHELL ["powershell", "-Command"]
RUN Add-WindowsFeature Web-server, `
NET-Framework-45-ASPNET, Web-Asp-Net45; `
Remove-Website -Name 'Default Web Site'
COPY ProductLaunchWeb /product-launch-web
RUN New-Website -Name 'product-launch' `
-PhysicalPath 'C:product-launch-web' -Port 80
EXPOSE 80
COPY bootstrap.ps1 /
ENTRYPOINT ./bootstrap.ps1
hub.docker.com
> docker image push
DockerCon EU 2017 - Docker on Windows workshop
> docker container run
w3wp.exe
.NET Fx
ASP.NET
Web App
Server Core
IIS
> docker container run
Windows vs. Linux
w3wp.exe nginx
w3wp.exe nginx
w3wp.exe nginx
PS C:>
:~$
Manager Worker Worker
PS> docker
…
Worker
Here we go!
#DockerCon

More Related Content

What's hot (20)

PPTX
Docker, OSS and Azure
Elton Stoneman
 
PPTX
Techbash 2017 - Modernizing Traditional.NET Apps with Docker
Anoop Kumar
 
PPTX
Windows Containers and Docker: Why You Should Care
Elton Stoneman
 
PPTX
WinOps 2017 - Docker on Windows - from 101 to Production
Elton Stoneman
 
PPTX
ScotSoft 2017: Why Containers Will Take Over the World
Elton Stoneman
 
PPTX
ScotSoft 2017: Power Your Move to the Cloud with Docker
Elton Stoneman
 
PPTX
CloudExpo 2018: Docker - Power Your Move to the Cloud
Elton Stoneman
 
PPTX
The Velvet Revolution: Modernizing Traditional ASP.NET Apps with Docker
Elton Stoneman
 
PPTX
Developer South Coast 2018: Docker on Windows - The Beginner's Guide
Elton Stoneman
 
PPTX
Developer South Coast 2018: Modernizing .NET Apps with Docker
Elton Stoneman
 
PPTX
Docker on Windows and Linux - Red Shirt Dev Tour
Elton Stoneman
 
PPTX
Continuous Delivery With Selenium Grid And Docker
Barbara Gonzalez
 
PPTX
Hooking Docker With Selenium
Sujith Vakathanam
 
PPTX
selenium grid & docker
Łukasz Rosłonek
 
PPTX
Docker on Windows: From 101 to Modernizing .NET Apps
Elton Stoneman
 
PDF
Zalenium - SeleniumConf Austin 2017
Selenium Conference Austin 2017
 
PDF
Intro 2 docker
HanoiJUG
 
PDF
Automated-Testing-inside-containers
Manoj Kumar Kumar
 
PPTX
CI/CD Pipeline with Docker
kushalsingh007
 
PPTX
Setup a Dev environment that feels like $HOME on Windows 10
Stefan Scherer
 
Docker, OSS and Azure
Elton Stoneman
 
Techbash 2017 - Modernizing Traditional.NET Apps with Docker
Anoop Kumar
 
Windows Containers and Docker: Why You Should Care
Elton Stoneman
 
WinOps 2017 - Docker on Windows - from 101 to Production
Elton Stoneman
 
ScotSoft 2017: Why Containers Will Take Over the World
Elton Stoneman
 
ScotSoft 2017: Power Your Move to the Cloud with Docker
Elton Stoneman
 
CloudExpo 2018: Docker - Power Your Move to the Cloud
Elton Stoneman
 
The Velvet Revolution: Modernizing Traditional ASP.NET Apps with Docker
Elton Stoneman
 
Developer South Coast 2018: Docker on Windows - The Beginner's Guide
Elton Stoneman
 
Developer South Coast 2018: Modernizing .NET Apps with Docker
Elton Stoneman
 
Docker on Windows and Linux - Red Shirt Dev Tour
Elton Stoneman
 
Continuous Delivery With Selenium Grid And Docker
Barbara Gonzalez
 
Hooking Docker With Selenium
Sujith Vakathanam
 
selenium grid & docker
Łukasz Rosłonek
 
Docker on Windows: From 101 to Modernizing .NET Apps
Elton Stoneman
 
Zalenium - SeleniumConf Austin 2017
Selenium Conference Austin 2017
 
Intro 2 docker
HanoiJUG
 
Automated-Testing-inside-containers
Manoj Kumar Kumar
 
CI/CD Pipeline with Docker
kushalsingh007
 
Setup a Dev environment that feels like $HOME on Windows 10
Stefan Scherer
 

Similar to DockerCon EU 2017 - Docker on Windows workshop (20)

PDF
Modernizing .NET Apps
Docker, Inc.
 
PPTX
#SDD2017 - Modernizing .NET Apps with Docker
Elton Stoneman
 
PPTX
#dddsw - Modernizing .NET Apps with Docker
Elton Stoneman
 
PPTX
Deploying applications to Windows Server 2016 and Windows Containers
Ben Hall
 
PDF
Modernizing .NET Apps with Docker
Docker
 
PPTX
Docker and Windows: The State of the Union
Elton Stoneman
 
PDF
Improve your Java Environment with Docker
HanoiJUG
 
PPTX
Deploying Windows Containers on Windows Server 2016
Ben Hall
 
PPTX
The How and Why of Windows containers
Ben Hall
 
PDF
Docker 進階實務班
Philip Zheng
 
PDF
廣宣學堂: 容器進階實務 - Docker進深研究班
Paul Chao
 
PDF
DevOps Workflow: A Tutorial on Linux Containers
inside-BigData.com
 
PPTX
[Codelab 2017] Docker 기초 및 활용 방안
양재동 코드랩
 
PDF
DCSF 19 Building Your Development Pipeline
Docker, Inc.
 
PDF
Docker for .NET Developers - Michele Leroux Bustamante, Solliance
Docker, Inc.
 
PPTX
Pluralsight Webinar: Simplify Your Project Builds with Docker
Elton Stoneman
 
PPTX
Automating Windows Azure
Ido Flatow
 
PPTX
Docker containers on Windows
Maurice De Beijer [MVP]
 
PDF
PVS-Studio: analyzing pull requests in Azure DevOps using self-hosted agents
Andrey Karpov
 
PPTX
Deploying windows containers with kubernetes
Ben Hall
 
Modernizing .NET Apps
Docker, Inc.
 
#SDD2017 - Modernizing .NET Apps with Docker
Elton Stoneman
 
#dddsw - Modernizing .NET Apps with Docker
Elton Stoneman
 
Deploying applications to Windows Server 2016 and Windows Containers
Ben Hall
 
Modernizing .NET Apps with Docker
Docker
 
Docker and Windows: The State of the Union
Elton Stoneman
 
Improve your Java Environment with Docker
HanoiJUG
 
Deploying Windows Containers on Windows Server 2016
Ben Hall
 
The How and Why of Windows containers
Ben Hall
 
Docker 進階實務班
Philip Zheng
 
廣宣學堂: 容器進階實務 - Docker進深研究班
Paul Chao
 
DevOps Workflow: A Tutorial on Linux Containers
inside-BigData.com
 
[Codelab 2017] Docker 기초 및 활용 방안
양재동 코드랩
 
DCSF 19 Building Your Development Pipeline
Docker, Inc.
 
Docker for .NET Developers - Michele Leroux Bustamante, Solliance
Docker, Inc.
 
Pluralsight Webinar: Simplify Your Project Builds with Docker
Elton Stoneman
 
Automating Windows Azure
Ido Flatow
 
Docker containers on Windows
Maurice De Beijer [MVP]
 
PVS-Studio: analyzing pull requests in Azure DevOps using self-hosted agents
Andrey Karpov
 
Deploying windows containers with kubernetes
Ben Hall
 
Ad

More from Elton Stoneman (15)

PPTX
TechUG - Kubernetes 101 - May 2020
Elton Stoneman
 
PPTX
Kubernetes 101 & Workshop
Elton Stoneman
 
PPTX
Docker 101 & Workshop
Elton Stoneman
 
PPTX
BuildStuff 2019: Let me handle that for you... Why you need a reverse proxy
Elton Stoneman
 
PPTX
Cloud Native London - 2019: What is a Service Mesh, and if I Get One Will it ...
Elton Stoneman
 
PPTX
Docker + Arm - Multi-arch builds with Docker `buildx`
Elton Stoneman
 
PPTX
Docker Dublin: Just What is a Service Mesh, and if I get one will it make eve...
Elton Stoneman
 
PPTX
Docker Sydney: 5 Patterns for App Transformation with Containers
Elton Stoneman
 
PPTX
Docker Cambridge: CI/CD for the Database - Powered by Containers
Elton Stoneman
 
PPTX
Docker Webinar: From Windows 2003 to the Cloud
Elton Stoneman
 
PPTX
DevOps Barcelona 2018: Why Containers Will Take Over the World
Elton Stoneman
 
PPTX
SQL Sever on Docker: Database Containers 3 Ways
Elton Stoneman
 
PPTX
Power the Move to the Cloud with Docker
Elton Stoneman
 
PPTX
Modernizing Traditional Apps with Docker Enterprise Edition
Elton Stoneman
 
PPTX
Cloud+Data Next: Mashing Linux and Windows Containers
Elton Stoneman
 
TechUG - Kubernetes 101 - May 2020
Elton Stoneman
 
Kubernetes 101 & Workshop
Elton Stoneman
 
Docker 101 & Workshop
Elton Stoneman
 
BuildStuff 2019: Let me handle that for you... Why you need a reverse proxy
Elton Stoneman
 
Cloud Native London - 2019: What is a Service Mesh, and if I Get One Will it ...
Elton Stoneman
 
Docker + Arm - Multi-arch builds with Docker `buildx`
Elton Stoneman
 
Docker Dublin: Just What is a Service Mesh, and if I get one will it make eve...
Elton Stoneman
 
Docker Sydney: 5 Patterns for App Transformation with Containers
Elton Stoneman
 
Docker Cambridge: CI/CD for the Database - Powered by Containers
Elton Stoneman
 
Docker Webinar: From Windows 2003 to the Cloud
Elton Stoneman
 
DevOps Barcelona 2018: Why Containers Will Take Over the World
Elton Stoneman
 
SQL Sever on Docker: Database Containers 3 Ways
Elton Stoneman
 
Power the Move to the Cloud with Docker
Elton Stoneman
 
Modernizing Traditional Apps with Docker Enterprise Edition
Elton Stoneman
 
Cloud+Data Next: Mashing Linux and Windows Containers
Elton Stoneman
 
Ad

Recently uploaded (20)

PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PPTX
Designing Production-Ready AI Agents
Kunal Rai
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PDF
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Designing Production-Ready AI Agents
Kunal Rai
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 

DockerCon EU 2017 - Docker on Windows workshop