Présentation docker mohammed diedhiou

10
Mohammed Diedhiou Ingénieur développeur Java/JEE

Transcript of Présentation docker mohammed diedhiou

Page 1: Présentation docker mohammed diedhiou

Mohammed DiedhiouIngénieur développeur Java/JEE

mohammed diedhiou
Page 2: Présentation docker mohammed diedhiou

Solomon HykesFondateur et Directeur Technique chez Docker Inc.

History

• 2008 : Fondation de DotCloud• Autofinancement via prestation• Y Combinator (Dropbox, Parse, Reddit, Airbnb)• Commercialisation d’un service cloud concurrent

d’heroku• 2013: opensource• 2014 : Vente de dotcloud (Paas)• Fondation Docker Inc • Ralliement des géants du cloud (Red Hat, google ….)• Fin 2014 ralliement Microsoft et IBM

Page 3: Présentation docker mohammed diedhiou

Conteneur ?

Page 4: Présentation docker mohammed diedhiou

Docker daemon

The Docker daemon runs on a host machine. The user uses the Docker client to interact

with the daemon. It manages your containers

Page 5: Présentation docker mohammed diedhiou

Docker client

The Docker client, is the primary user interface to Docker. It accepts commands and

configuration flags from the user and communicates with a Docker daemon.

Page 6: Présentation docker mohammed diedhiou

Architecture

Page 7: Présentation docker mohammed diedhiou

Install

For windows

For linux

Docker for Windows

Docker engine

Docker CLI client

Docker compose

Docker machine

https://docs.docker.com/engine/installation/linux/debian/

Page 8: Présentation docker mohammed diedhiou

How it Works ?

Page 9: Présentation docker mohammed diedhiou

Use case

• For Developers

• For System Admin.

Page 10: Présentation docker mohammed diedhiou

Demo