from zero to hero with docker

Post on 07-Jan-2017

395 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

From zero to hero with Docker

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, @React_Tutorial• 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

Running virtual machines

Virtual Machines vs Containers

Namespaces & cgroups

What is Docker?

Docker Hub

Build

ing

cont

aine

rs

Cont

aine

r anti

patt

ern

Orchestration

Dock

er C

ompo

se

ASP.

NET

Cor

e 1.

0 Ap

pon

Lin

ux

Dock

er o

n W

indo

ws

ASP.

NET

Win

dow

s con

tain

er

ASP.

NET

Cor

e 1.

0 Ap

pon

Win

dow

s

Containers can be great…

…with the right tools!

top related