SlideShare a Scribd company logo
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
TRANSFORM MONOLITHS TO MICROSERVICES
New code and transforming existing code
CONTAINERIZE EXISTING APPLICATIONS
Containerize for portability, efficiency and reliability
ACCELERATE NEW APPLICATIONS
Agile cloud native app development
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
“By upgrading to Windows Server 2016, we were able to ‘lift and shift’ a
key security application into Windows Server Containers, gain the
flexibility to run it anywhere, and begin to use microservices to refactor
aspects of the application to gain needed scalability.”
-Stephen Tarmey, Chief Architect
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Reduce infrastructure and operational cost while moving to Azure and
modernizing application architecture
“We love the pristine and predictable environments provided by Windows Server Containers.
Service Fabric brings us a safe and consistent deployment strategy that maximizes uptime. The
marriage of the two in Microsoft Azure gives us unlimited potential.”
– Ralph Feltis, Senior Software Engineer
“With Azure Service Fabric and Windows Containers, we were able to push out [a] new feature
immediately …. That’s a big win for our team and for the airline.”
– Debra Moore, Senior Product Owner
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
TRANSFORM MONOLITHS TO MICROSERVICES
New code and transforming existing code
CONTAINERIZE EXISTING APPLICATIONS
Containerize for portability, efficiency and reliability
ACCELERATE NEW APPLICATIONS
Agile cloud native app development
Visual Studio 2017 Container tools
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
ConvertTo-Dockerfile `
-RemotePath 192.168.1.5c$ `
-OutputPath c:newDockerFile `
-Artifact IIS
# escape=`
FROM microsoft/aspnet:windowsservercore-10.0.14393.693
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
RUN Remove-Website 'Default Web Site';
# Set up website: iis-env
RUN New-Item -Path 'C:iisiis-env' -Type Directory -Force;
RUN New-Website -Name 'iis-env' -PhysicalPath 'C:iisiis-env' -Port 8090 -Force;
EXPOSE 8090
COPY ["iis-env", "/iis/iis-env"]
https://www.powershellgallery.com/packages/Image2Docker/
https://github.com/docker/communitytools-image2docker-win
TRANSFORM MONOLITHS TO MICROSERVICES
New code and transforming existing code
CONTAINERIZE EXISTING APPLICATIONS
Containerize for portability, efficiency and reliability
ACCELERATE NEW APPLICATIONS
Agile cloud native app development
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Integrated web management portal
Role Based and LDAP/AD Access Control
Self-healing and rolling app deploy/upgrade
Image scanning, signing & E2E security
Support for Windows Server Containers and
Hyper-V isolation
Image deployment and activation
Volume driver support
Networking and DNS discovery
Resource governance
Alpha Support for
Windows Server Containers
Control plane runs on Linux nodes,
Kubelet/kube-proxy run on Windows
Network is achieved using L3 routing
Only One Container Per Pod
https://kubernetes.io/docs/getting-started-
guides/windows/
TRANSFORM MONOLITHS TO MICROSERVICES
New code and transforming existing code
CONTAINERIZE EXISTING APPLICATIONS
Containerize for portability, efficiency and reliability
ACCELERATE NEW APPLICATIONS
Agile cloud native app development
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Functions
on-premises
Preview of Azure Functions Runtime
https://aka.ms/azafr
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Host User Mode
Container
Runtime
Hyper-V Isolation
Virtual Machine
Specifically Optimized To
Run a Container
Hyper-V Isolation
Virtual Machine
Specifically Optimized To
Run a Container
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
taylorb@taylorb-pc:/mnt/c/Users/taylorb$_cat /mnt/c/build-announce.txt
The Windows Subsystem for Linux (aka Bash) is coming to Windows Server!
taylorb@taylorb-pc:/mnt/c/Users/taylorb$
_
_
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
License.txt PerfLogs Program Files
Program Files
(x86)
Users Windows
C: D:
<Path>
Container
Host
License.txt PerfLogs Program Files
Program Files
(x86)
Users Windows
<container path>
License.txt PerfLogs Program Files
Program Files
(x86)
Users Windows
<Path>
Container
Host
License.txt PerfLogs Program Files
Program Files
(x86)
Users Windows
<container path>
File
Server C:
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more
Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more

More Related Content

What's hot (20)

PPTX
.NET Conf 2019 高雄場 - .NET Core 3.0
Jeff Chu
 
PDF
What's New in Xamarin? - Santo Domingo
James Montemagno
 
PDF
Xamarin: The Future of App Development
James Montemagno
 
PDF
Azure App Services для создания бэкенда мобильных приложений. Parse Open Sour...
UA Mobile
 
PPTX
Azure app service to create web and mobile apps
Ken Cenerelli
 
PPTX
Why Protection From DDoS Attacks is Critical For Your Business
WP Engine
 
PPTX
The new Azure App Service Architecture
João Pedro Martins
 
PPTX
Azure app services API apps
Panagiotis Tsilopoulos
 
PDF
The Future of Headless
WP Engine
 
PDF
Azure mobile services
Nicolò Carandini
 
PPTX
Serverless patterns v2 public
Yochay Kiriaty
 
PPTX
Azure Web Jobs
BizTalk360
 
PPTX
Forms + azure
Amal Dev
 
PDF
Xamarin DevOps
Nicolò Carandini
 
PPTX
Real World Architectures Using Windows Azure Mobile Services
Kristof Rennen
 
PDF
Introduction to xamarin
Nicolò Carandini
 
PDF
Make your animations perform well - Anna Migas - Codemotion Rome 2017
Codemotion
 
PDF
Xamarin University Presents: Ship Better Apps with Visual Studio App Center
Xamarin
 
PDF
Azure functions
Khaled Elbedri
 
PPTX
Application innovation & Developer Productivity
Kushan Lahiru Perera
 
.NET Conf 2019 高雄場 - .NET Core 3.0
Jeff Chu
 
What's New in Xamarin? - Santo Domingo
James Montemagno
 
Xamarin: The Future of App Development
James Montemagno
 
Azure App Services для создания бэкенда мобильных приложений. Parse Open Sour...
UA Mobile
 
Azure app service to create web and mobile apps
Ken Cenerelli
 
Why Protection From DDoS Attacks is Critical For Your Business
WP Engine
 
The new Azure App Service Architecture
João Pedro Martins
 
Azure app services API apps
Panagiotis Tsilopoulos
 
The Future of Headless
WP Engine
 
Azure mobile services
Nicolò Carandini
 
Serverless patterns v2 public
Yochay Kiriaty
 
Azure Web Jobs
BizTalk360
 
Forms + azure
Amal Dev
 
Xamarin DevOps
Nicolò Carandini
 
Real World Architectures Using Windows Azure Mobile Services
Kristof Rennen
 
Introduction to xamarin
Nicolò Carandini
 
Make your animations perform well - Anna Migas - Codemotion Rome 2017
Codemotion
 
Xamarin University Presents: Ship Better Apps with Visual Studio App Center
Xamarin
 
Azure functions
Khaled Elbedri
 
Application innovation & Developer Productivity
Kushan Lahiru Perera
 

Similar to Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more (20)

PPTX
What's new in containers
Microsoft
 
PPTX
Yet Another Session about Docker and Containers​
Pedro Sousa
 
PPTX
Ignite 2017 - Windows Server Feature Release
Taylor Brown
 
PPTX
Modernizing existing .NET applications with Windows Containers and Azure cloud
Microsoft Tech Community
 
PPTX
Running Containers On Azure
Omnia Ismail
 
PPTX
Tour de France Azure PaaS 2/7 Exécuter une application
Alex Danvy
 
PPTX
Microservices with Azure Service Fabric
Davide Benvegnù
 
PPTX
Dockerization of Azure Platform
nirajrules
 
PPTX
The How and Why of Windows containers
Ben Hall
 
PPTX
Techdays SE 2016 - Micros.. err Microcosmos
Mike Martin
 
PPTX
Azure Modern Cloud App Development Approaches 2017
Vadim Zendejas
 
PPTX
Replatform .NET Applications with Windows Containers
NeerajSingh1028
 
PPTX
Windows Server Containers
Sri Kanth
 
PPTX
The container ecosystem @ Microsoft A story of developer productivity
Nills Franssens
 
PPTX
DevOps, PowerShell y Windows Containers - NET Conf UY v2016
Victor Silva
 
PPT
Integration in the Cloud
Rob Davies
 
PPTX
Containers: DevOp Enablers of Technical Solutions
Jules Pierre-Louis
 
PPTX
Blue whale, jail and Microsoft
Lukasz Kaluzny
 
PDF
Containerized docker application lifecycle with microsoft platform and tools ...
lib_net7
 
PDF
Containerized docker application lifecycle with microsoft platform and tools ...
Willy Marroquin (WillyDevNET)
 
What's new in containers
Microsoft
 
Yet Another Session about Docker and Containers​
Pedro Sousa
 
Ignite 2017 - Windows Server Feature Release
Taylor Brown
 
Modernizing existing .NET applications with Windows Containers and Azure cloud
Microsoft Tech Community
 
Running Containers On Azure
Omnia Ismail
 
Tour de France Azure PaaS 2/7 Exécuter une application
Alex Danvy
 
Microservices with Azure Service Fabric
Davide Benvegnù
 
Dockerization of Azure Platform
nirajrules
 
The How and Why of Windows containers
Ben Hall
 
Techdays SE 2016 - Micros.. err Microcosmos
Mike Martin
 
Azure Modern Cloud App Development Approaches 2017
Vadim Zendejas
 
Replatform .NET Applications with Windows Containers
NeerajSingh1028
 
Windows Server Containers
Sri Kanth
 
The container ecosystem @ Microsoft A story of developer productivity
Nills Franssens
 
DevOps, PowerShell y Windows Containers - NET Conf UY v2016
Victor Silva
 
Integration in the Cloud
Rob Davies
 
Containers: DevOp Enablers of Technical Solutions
Jules Pierre-Louis
 
Blue whale, jail and Microsoft
Lukasz Kaluzny
 
Containerized docker application lifecycle with microsoft platform and tools ...
lib_net7
 
Containerized docker application lifecycle with microsoft platform and tools ...
Willy Marroquin (WillyDevNET)
 
Ad

More from Windows Developer (20)

PPTX
Our Fluent Path to Spatial Computing: Easy as 1-2D-3D
Windows Developer
 
PPTX
Fluent Design System inside of Microsoft: Office
Windows Developer
 
PPTX
Building powerful desktop and MR applications with new windowing apis
Windows Developer
 
PPTX
Creating Innovative Experiences for Fluent Design using the Visual Layer
Windows Developer
 
PPTX
Rapidly Construct LOB Applications with UWP and Visual Studio 2017
Windows Developer
 
PPTX
Modernizing Desktop Apps on Windows 10
Windows Developer
 
PPTX
How Simplygon helped Remix become platform independent
Windows Developer
 
PPTX
Harnessing the Power of AI with Windows Ink
Windows Developer
 
PPTX
Technical deep dive into creating the “Solutions Showcase for Mixed Reality” ...
Windows Developer
 
PPTX
Developing for Sets on Windows 10
Windows Developer
 
PPTX
Data-Driven and User-Centric: Improving enterprise productivity and engagemen...
Windows Developer
 
PPTX
Drive user reengagement across all your Windows, Android, and iOS with Micros...
Windows Developer
 
PPTX
Fluent Design: Evolving our Design System
Windows Developer
 
PPTX
Seizing the Mixed Reality Revolution – A past, present and future Mixed Reali...
Windows Developer
 
PPTX
Windows 10 on ARM for developers
Windows Developer
 
PPTX
Building Mixed reality with the new capabilities in Unity
Windows Developer
 
PPTX
Set up a windows dev environment that feels like $HOME
Windows Developer
 
PPTX
Modernizing Twitter for Windows as a Progressive Web App
Windows Developer
 
PPTX
Holograms for trade education, built for students, by students with Immersive...
Windows Developer
 
PPTX
Designing Inclusive Experiences to Maximize Reach and Satisfaction
Windows Developer
 
Our Fluent Path to Spatial Computing: Easy as 1-2D-3D
Windows Developer
 
Fluent Design System inside of Microsoft: Office
Windows Developer
 
Building powerful desktop and MR applications with new windowing apis
Windows Developer
 
Creating Innovative Experiences for Fluent Design using the Visual Layer
Windows Developer
 
Rapidly Construct LOB Applications with UWP and Visual Studio 2017
Windows Developer
 
Modernizing Desktop Apps on Windows 10
Windows Developer
 
How Simplygon helped Remix become platform independent
Windows Developer
 
Harnessing the Power of AI with Windows Ink
Windows Developer
 
Technical deep dive into creating the “Solutions Showcase for Mixed Reality” ...
Windows Developer
 
Developing for Sets on Windows 10
Windows Developer
 
Data-Driven and User-Centric: Improving enterprise productivity and engagemen...
Windows Developer
 
Drive user reengagement across all your Windows, Android, and iOS with Micros...
Windows Developer
 
Fluent Design: Evolving our Design System
Windows Developer
 
Seizing the Mixed Reality Revolution – A past, present and future Mixed Reali...
Windows Developer
 
Windows 10 on ARM for developers
Windows Developer
 
Building Mixed reality with the new capabilities in Unity
Windows Developer
 
Set up a windows dev environment that feels like $HOME
Windows Developer
 
Modernizing Twitter for Windows as a Progressive Web App
Windows Developer
 
Holograms for trade education, built for students, by students with Immersive...
Windows Developer
 
Designing Inclusive Experiences to Maximize Reach and Satisfaction
Windows Developer
 
Ad

Recently uploaded (20)

PDF
NEW-Viral>Wondershare Filmora 14.5.18.12900 Crack Free
sherryg1122g
 
PDF
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
PPTX
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
PDF
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
PDF
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
PPTX
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
PPTX
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
PDF
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
PPTX
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
PDF
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
PDF
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
PDF
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
PPTX
Agentic Automation Journey Session 1/5: Context Grounding and Autopilot for E...
klpathrudu
 
PDF
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
PDF
AOMEI Partition Assistant Crack 10.8.2 + WinPE Free Downlaod New Version 2025
bashirkhan333g
 
PPTX
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
Tally software_Introduction_Presentation
AditiBansal54083
 
PPTX
Coefficient of Variance in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
NEW-Viral>Wondershare Filmora 14.5.18.12900 Crack Free
sherryg1122g
 
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
Agentic Automation Journey Session 1/5: Context Grounding and Autopilot for E...
klpathrudu
 
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
AOMEI Partition Assistant Crack 10.8.2 + WinPE Free Downlaod New Version 2025
bashirkhan333g
 
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Tally software_Introduction_Presentation
AditiBansal54083
 
Coefficient of Variance in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 

Build 2017 - B8013 - Developing on Windows Server: Innovation for today and tomorrow - containers, Docker, .NET Core, Service Fabric, and more

  • 6. TRANSFORM MONOLITHS TO MICROSERVICES New code and transforming existing code CONTAINERIZE EXISTING APPLICATIONS Containerize for portability, efficiency and reliability ACCELERATE NEW APPLICATIONS Agile cloud native app development
  • 8. “By upgrading to Windows Server 2016, we were able to ‘lift and shift’ a key security application into Windows Server Containers, gain the flexibility to run it anywhere, and begin to use microservices to refactor aspects of the application to gain needed scalability.” -Stephen Tarmey, Chief Architect
  • 10. Reduce infrastructure and operational cost while moving to Azure and modernizing application architecture
  • 11. “We love the pristine and predictable environments provided by Windows Server Containers. Service Fabric brings us a safe and consistent deployment strategy that maximizes uptime. The marriage of the two in Microsoft Azure gives us unlimited potential.” – Ralph Feltis, Senior Software Engineer “With Azure Service Fabric and Windows Containers, we were able to push out [a] new feature immediately …. That’s a big win for our team and for the airline.” – Debra Moore, Senior Product Owner
  • 13. TRANSFORM MONOLITHS TO MICROSERVICES New code and transforming existing code CONTAINERIZE EXISTING APPLICATIONS Containerize for portability, efficiency and reliability ACCELERATE NEW APPLICATIONS Agile cloud native app development
  • 14. Visual Studio 2017 Container tools
  • 17. ConvertTo-Dockerfile ` -RemotePath 192.168.1.5c$ ` -OutputPath c:newDockerFile ` -Artifact IIS # escape=` FROM microsoft/aspnet:windowsservercore-10.0.14393.693 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] RUN Remove-Website 'Default Web Site'; # Set up website: iis-env RUN New-Item -Path 'C:iisiis-env' -Type Directory -Force; RUN New-Website -Name 'iis-env' -PhysicalPath 'C:iisiis-env' -Port 8090 -Force; EXPOSE 8090 COPY ["iis-env", "/iis/iis-env"]
  • 19. TRANSFORM MONOLITHS TO MICROSERVICES New code and transforming existing code CONTAINERIZE EXISTING APPLICATIONS Containerize for portability, efficiency and reliability ACCELERATE NEW APPLICATIONS Agile cloud native app development
  • 21. Integrated web management portal Role Based and LDAP/AD Access Control Self-healing and rolling app deploy/upgrade Image scanning, signing & E2E security
  • 22. Support for Windows Server Containers and Hyper-V isolation Image deployment and activation Volume driver support Networking and DNS discovery Resource governance
  • 23. Alpha Support for Windows Server Containers Control plane runs on Linux nodes, Kubelet/kube-proxy run on Windows Network is achieved using L3 routing Only One Container Per Pod https://kubernetes.io/docs/getting-started- guides/windows/
  • 24. TRANSFORM MONOLITHS TO MICROSERVICES New code and transforming existing code CONTAINERIZE EXISTING APPLICATIONS Containerize for portability, efficiency and reliability ACCELERATE NEW APPLICATIONS Agile cloud native app development
  • 26. Functions on-premises Preview of Azure Functions Runtime https://aka.ms/azafr
  • 31. Host User Mode Container Runtime Hyper-V Isolation Virtual Machine Specifically Optimized To Run a Container Hyper-V Isolation Virtual Machine Specifically Optimized To Run a Container
  • 33. taylorb@taylorb-pc:/mnt/c/Users/taylorb$_cat /mnt/c/build-announce.txt The Windows Subsystem for Linux (aka Bash) is coming to Windows Server! taylorb@taylorb-pc:/mnt/c/Users/taylorb$ _ _
  • 38. License.txt PerfLogs Program Files Program Files (x86) Users Windows C: D: <Path> Container Host License.txt PerfLogs Program Files Program Files (x86) Users Windows <container path>
  • 39. License.txt PerfLogs Program Files Program Files (x86) Users Windows <Path> Container Host License.txt PerfLogs Program Files Program Files (x86) Users Windows <container path> File Server C: