SlideShare a Scribd company logo
The Velvet Revolution
Modernizing .NET Apps with Docker
Elton Stoneman | Developer Advocate
@EltonStoneman | elton@docker.com
Today
• The Docker Platform
• ASP.NET Apps in Docker
• Modernizing Apps with Docker
• The Path to Production
Tomorrow
• Microservices
• DevOps
• Cloud
• .NET Core
• Nano Server
• Linux
GET
v0
GET
v1
GET
v2
GET
v3
GET
v4
Docker is a Platform
.NET Fx
ASP.NET
Web App
Server Core
IIS
> docker build
# escape=`
FROM microsoft/aspnet:windowsservercore
COPY MyApp-1.0.msi C:
RUN msiexec /i C:MyApp-1.0.msi /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
> docker push
hub.docker.com
#SDD2017 - Modernizing .NET Apps with Docker
> docker run
> docker run
.NET Fx
ASP.NET
Web App
Server Core
IISw3wp.exe
> docker run
Dockerizing ASP.NET
GET
• Consistency
– Build & distribute
– Run & monitor
– Scale & update
– Secure
v1
GET
• Foundation
– Fast, safe deployment
– Break up monoliths
– Adopt new technologies
– Change processes
v1
Modernizing Apps with Docker
Performance
Heavy usage
crashes app
Data Insight
Support ticket
for queries
UX
Full release
for UI change
Performance
Heavy usage
crashes app
Performance Feature Demo
GET
v2
GET
v2
Performance
Heavy usage
crashes app
Data Insight
Support ticket
for queries
Data Insight Feature Demo
GET
v3
GET
v3
Performance
Heavy usage
crashes app
Data Insight
Support ticket
for queries
UX
Full release
for UI change
UX Feature Demo
GET
v4
GET
v4
Performance
Heavy usage
crashes app
Data Insight
Support ticket
for queries
UX
Full release
for UI change
From
• ASP.NET WebForms app
• SQL Server database
To
• Event-driven architecture
• Self-service analytics
• Self-service content
With
• Agent-less builds
• Consistent dev & ops experience
• Automated update (and rollback)
The Path to Production
Manager Worker Worker
PS C:> docker …
Manager Worker Worker Worker
PS C:> docker …
:~$ docker …
Manager + UCP Worker + DTR Worker Worker
Production Demo
Takeaways
• Docker is a mature platform
• Dockerizing apps is easy
–It can be the goal
–Or the start of a modernization program
• Docker Labs | dockr.ly/labs
• Image2Docker | dockr.ly/i2d-win
• DockerCon EU | October, Copenhagen
• @EltonStoneman
What Next?
THANK YOU

More Related Content

What's hot (20)

PPTX
CloudExpo 2018: Docker - Power Your Move to the Cloud
Elton Stoneman
 
PPTX
Developer South Coast 2018: Modernizing .NET Apps with Docker
Elton Stoneman
 
PPTX
Windows Containers and Docker: Why You Should Care
Elton Stoneman
 
PDF
Docker for Developers - Part 2 by Borja Burgos and Fernando Mayo
Docker, Inc.
 
PPTX
The Velvet Revolution: Modernizing Traditional ASP.NET Apps with Docker
Elton Stoneman
 
PPTX
WinOps 2017 - Docker on Windows, the Beginner's Guide
Elton Stoneman
 
PPTX
Developer South Coast 2018: Docker on Windows - The Beginner's Guide
Elton Stoneman
 
PDF
Docker for Dummies
Roel Hartman
 
PDF
"Workstation Up" - Docker Development at Flow by Mike Roth
Docker, Inc.
 
PDF
Docker for Developers - Part 1 by David Gageot
Docker, Inc.
 
PDF
Say Bye to VMware PowerCLI ! Time to "GOVC"
Ajeet Singh Raina
 
PPTX
Docker and Windows: The State of the Union
Elton Stoneman
 
PPTX
Webinar: Development Swarm Cluster with Docker Compose V3
Codefresh
 
PDF
DockerDay2015: Docker Security
Docker-Hanoi
 
PDF
Democratizing Development - Scott Gress
Docker, Inc.
 
PPTX
WinOps 2017 - Docker on Windows - from 101 to Production
Elton Stoneman
 
PPTX
Linuxing in London: Docker Intro Workshop
Elton Stoneman
 
PPTX
Docker for PHP Developers - Jetbrains
Chris Tankersley
 
PPTX
Continuous Delivery With Selenium Grid And Docker
Barbara Gonzalez
 
PDF
Azure Meetup Stuttgart - Multi-arch Docker images
Stefan Scherer
 
CloudExpo 2018: Docker - Power Your Move to the Cloud
Elton Stoneman
 
Developer South Coast 2018: Modernizing .NET Apps with Docker
Elton Stoneman
 
Windows Containers and Docker: Why You Should Care
Elton Stoneman
 
Docker for Developers - Part 2 by Borja Burgos and Fernando Mayo
Docker, Inc.
 
The Velvet Revolution: Modernizing Traditional ASP.NET Apps with Docker
Elton Stoneman
 
WinOps 2017 - Docker on Windows, the Beginner's Guide
Elton Stoneman
 
Developer South Coast 2018: Docker on Windows - The Beginner's Guide
Elton Stoneman
 
Docker for Dummies
Roel Hartman
 
"Workstation Up" - Docker Development at Flow by Mike Roth
Docker, Inc.
 
Docker for Developers - Part 1 by David Gageot
Docker, Inc.
 
Say Bye to VMware PowerCLI ! Time to "GOVC"
Ajeet Singh Raina
 
Docker and Windows: The State of the Union
Elton Stoneman
 
Webinar: Development Swarm Cluster with Docker Compose V3
Codefresh
 
DockerDay2015: Docker Security
Docker-Hanoi
 
Democratizing Development - Scott Gress
Docker, Inc.
 
WinOps 2017 - Docker on Windows - from 101 to Production
Elton Stoneman
 
Linuxing in London: Docker Intro Workshop
Elton Stoneman
 
Docker for PHP Developers - Jetbrains
Chris Tankersley
 
Continuous Delivery With Selenium Grid And Docker
Barbara Gonzalez
 
Azure Meetup Stuttgart - Multi-arch Docker images
Stefan Scherer
 

Similar to #SDD2017 - Modernizing .NET Apps with Docker (20)

PDF
Modernizing .NET Apps with Docker
Docker
 
PPTX
Techbash 2017 - Modernizing Traditional.NET Apps with Docker
Anoop Kumar
 
PPTX
IP EXPO London 2017: Modernizing Traditional Apps with Docker
Elton Stoneman
 
PPTX
DockerCon 17 EU: Modernizing .NET Apps with Docker
Elton Stoneman
 
PDF
Modernizing .NET Apps
Docker, Inc.
 
PDF
Docker All The Things - ASP.NET 4.x and Windows Server Containers
Anthony Chu
 
PDF
Docker for .NET Developers - Michele Leroux Bustamante, Solliance
Docker, Inc.
 
PPTX
Docker for a .NET web developer
Maurice De Beijer [MVP]
 
PPTX
Modernizing existing .NET applications with Windows Containers and Azure cloud
Microsoft Tech Community
 
PDF
AWS Innovate: Moving Microsoft .Net applications one container at a time - Da...
Amazon Web Services Korea
 
PPTX
Architecting .NET Applications for Docker and Container Based Deployments
Ben Hall
 
PPTX
Dockerization of Azure Platform
nirajrules
 
PDF
Back to the Future: Containerize Legacy Applications - Rob Tanner, Northern T...
Docker, Inc.
 
PPTX
Architecting .NET solutions in a Docker ecosystem - .NET Fest Kyiv 2019
Alex Thissen
 
PDF
Power your move to the cloud 20180611
Pieter de Bruin
 
PPTX
Docker 101
Kevin Nord
 
PPTX
Yet Another Session about Docker and Containers​
Pedro Sousa
 
PPTX
Deploying applications to Windows Server 2016 and Windows Containers
Ben Hall
 
PPTX
Docker containers on Windows
Maurice De Beijer [MVP]
 
PDF
Experts Live Europe 2017 - Why you should care about Docker - an introduction
Marc Müller
 
Modernizing .NET Apps with Docker
Docker
 
Techbash 2017 - Modernizing Traditional.NET Apps with Docker
Anoop Kumar
 
IP EXPO London 2017: Modernizing Traditional Apps with Docker
Elton Stoneman
 
DockerCon 17 EU: Modernizing .NET Apps with Docker
Elton Stoneman
 
Modernizing .NET Apps
Docker, Inc.
 
Docker All The Things - ASP.NET 4.x and Windows Server Containers
Anthony Chu
 
Docker for .NET Developers - Michele Leroux Bustamante, Solliance
Docker, Inc.
 
Docker for a .NET web developer
Maurice De Beijer [MVP]
 
Modernizing existing .NET applications with Windows Containers and Azure cloud
Microsoft Tech Community
 
AWS Innovate: Moving Microsoft .Net applications one container at a time - Da...
Amazon Web Services Korea
 
Architecting .NET Applications for Docker and Container Based Deployments
Ben Hall
 
Dockerization of Azure Platform
nirajrules
 
Back to the Future: Containerize Legacy Applications - Rob Tanner, Northern T...
Docker, Inc.
 
Architecting .NET solutions in a Docker ecosystem - .NET Fest Kyiv 2019
Alex Thissen
 
Power your move to the cloud 20180611
Pieter de Bruin
 
Docker 101
Kevin Nord
 
Yet Another Session about Docker and Containers​
Pedro Sousa
 
Deploying applications to Windows Server 2016 and Windows Containers
Ben Hall
 
Docker containers on Windows
Maurice De Beijer [MVP]
 
Experts Live Europe 2017 - Why you should care about Docker - an introduction
Marc Müller
 
Ad

More from Elton Stoneman (19)

PPTX
Pluralsight Webinar: Simplify Your Project Builds with Docker
Elton Stoneman
 
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
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
Xpirit MeetUp: Docker Windows Workshop
Elton Stoneman
 
PPTX
DockerCon EU 2017 - Docker on Windows workshop
Elton Stoneman
 
PPTX
ContainerSched 2017: Why Containers Will Take Over the World
Elton Stoneman
 
PPTX
Power the Move to the Cloud with Docker
Elton Stoneman
 
PPTX
Docker on Windows - 101 to Production (half-day workshop)
Elton Stoneman
 
Pluralsight Webinar: Simplify Your Project Builds with Docker
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
 
ScotSoft 2017: Why Containers Will Take Over the World
Elton Stoneman
 
ScotSoft 2017: Power Your Move to the Cloud with Docker
Elton Stoneman
 
Xpirit MeetUp: Docker Windows Workshop
Elton Stoneman
 
DockerCon EU 2017 - Docker on Windows workshop
Elton Stoneman
 
ContainerSched 2017: Why Containers Will Take Over the World
Elton Stoneman
 
Power the Move to the Cloud with Docker
Elton Stoneman
 
Docker on Windows - 101 to Production (half-day workshop)
Elton Stoneman
 
Ad

Recently uploaded (20)

DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
Advancing WebDriver BiDi support in WebKit
Igalia
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
Biography of Daniel Podor.pdf
Daniel Podor
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Advancing WebDriver BiDi support in WebKit
Igalia
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
Biography of Daniel Podor.pdf
Daniel Podor
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 

#SDD2017 - Modernizing .NET Apps with Docker

Editor's Notes

  • #10: Packaging Distributing Running Managing