Introduction to

AGENDA

  • Docker : Why and What ?
  • How does it work ? Terminology
  • Wrap-up

Why & WHAT's DOCKER ?

Docker now !

Build ship and run any app anywhere

A Challenge

THE MATRIX FROM HELL

Transport before 60'

Another MATRIX FROM HELL

THEIR SOLUTION

DoCKER IS THE Container for Code

No More Matrix From Hell

What's a container

What's a container

A container is a LightWeight VM

VM

Container

 Container VS VM

 Container AND VM

How it works and some TERMINOLOGY

Engine

Registry

Dockerfile

Image

Volumes

Orchestrator

How it works

docker build your_dockerfile
docker run -v /home/mine/data:/data -p 8080:80 image
docker push image

Run applications everywhere

LET'S WRAP UP

Introduction to Docker - Atlassian Docker Meetup

By Mohamed BOUCHENAFA

Introduction to Docker - Atlassian Docker Meetup

DRAFT

  • 966