from zero to hero with docker

36
From zero to hero with Docker Running your ASP.NET 5 application in a Docker container

Upload: maurice-beijer

Post on 07-Jan-2017

395 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: From zero to hero with Docker

From zero to hero with Docker

Running your ASP.NET 5 application in a Docker container

Page 2: From zero to hero with Docker

Who am I?

• Maurice de Beijer• The Problem Solver• Microsoft Azure MVP• Freelance developer/instructor• Twitter: @mauricedb, @React_Tutorial• Web:http://www.TheProblemSolver.nl• E-mail: [email protected]

Page 3: From zero to hero with Docker
Page 4: From zero to hero with Docker

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

Page 5: From zero to hero with Docker

What is a container?

Page 6: From zero to hero with Docker

Once upon a ship

Page 7: From zero to hero with Docker

Loading cargo the old way

Page 8: From zero to hero with Docker

A container ship these days

Page 9: From zero to hero with Docker

Loading is a bit faster

Page 10: From zero to hero with Docker

Running virtual machines

Page 11: From zero to hero with Docker

Virtual Machines vs Containers

Page 12: From zero to hero with Docker

Namespaces & cgroups

Page 13: From zero to hero with Docker
Page 14: From zero to hero with Docker

What is Docker?

Page 15: From zero to hero with Docker

Docker Hub

Page 16: From zero to hero with Docker

Build

ing

cont

aine

rs

Page 17: From zero to hero with Docker

Cont

aine

r anti

patt

ern

Page 18: From zero to hero with Docker

Orchestration

Page 19: From zero to hero with Docker

Dock

er C

ompo

se

Page 20: From zero to hero with Docker

ASP.

NET

Cor

e 1.

0 Ap

pon

Lin

ux

Page 21: From zero to hero with Docker

Dock

er o

n W

indo

ws

Page 22: From zero to hero with Docker
Page 23: From zero to hero with Docker

ASP.

NET

Win

dow

s con

tain

er

Page 24: From zero to hero with Docker

ASP.

NET

Cor

e 1.

0 Ap

pon

Win

dow

s

Page 25: From zero to hero with Docker

Containers can be great…

Page 26: From zero to hero with Docker
Page 27: From zero to hero with Docker

…with the right tools!

Page 28: From zero to hero with Docker
Page 29: From zero to hero with Docker
Page 30: From zero to hero with Docker
Page 31: From zero to hero with Docker
Page 32: From zero to hero with Docker
Page 33: From zero to hero with Docker
Page 34: From zero to hero with Docker
Page 35: From zero to hero with Docker
Page 36: From zero to hero with Docker