docker, from zero to hero

Post on 15-Jan-2017

955 Views

Category:

Software

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

From zero to hero

Running your ASP.NET 5 application in a Docker container

Who am I?

• Maurice de Beijer• The Problem Solver• Microsoft Azure MVP• Freelance developer/instructor• Twitter: @mauricedb• Web:http://www.TheProblemSolver.nl• E-mail: maurice.de.beijer@gmail.com

Overview

• What are containers• What is Docker• Creating and running Docker images• Running an ASP.NET Core 1.0 App– In a Linux container– In a Windows container

• But we need more

What is a container?

Once upon a ship

Loading cargo the old way

A container ship these days

Loading is a bit faster

Virtual Machines vs Containers

Namespaces & cgroups

What is Docker?

Docker Hub

Building containers

Orchestration

Container anti pattern

ASP.NET Core 1.0 App on Linux

Dock

er o

n W

indo

ws

ASP.NET in a Windows container

ASP.NET Core 1.0 App on Windows

Containers can be great…

…with the right tools!

Kubernetes Pods

top related