dockerday2015: getting started with docker

18
Ge#ng Started with Docker Tuna – www.meetup.org/DockerHanoi

Upload: docker-hanoi

Post on 21-Aug-2015

175 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: DockerDay2015: Getting started with Docker

Ge#ng  Started  with  Docker    Tuna  –  www.meetup.org/Docker-­‐Hanoi  

Page 2: DockerDay2015: Getting started with Docker

Who  am  I  

•  FPT-­‐So=ware  Solu?on  Board  – Cloud  Solu?on  Architect  

•  Apache  So=ware  Founda?on  – CommiDer@Apache  CloudStack  – PMC@Apache  Stratos  

•  Docker-­‐Hanoi  group  – Organizer  – hDp://www.meetup.com/Docker-­‐Hanoi/  

Page 3: DockerDay2015: Getting started with Docker

March  20,  2013:  Docker  Launches  

Page 4: DockerDay2015: Getting started with Docker

1300+ Contributors

Page 5: DockerDay2015: Getting started with Docker

Thank You to the Amazing Global Meetup Community

185 Groups

58 Countries

Page 6: DockerDay2015: Getting started with Docker

*A small subset of the 100s who are using and/or writing about us Thanks to those above for talking about their experiences at previous and current DockerCon events

Users  

Page 7: DockerDay2015: Getting started with Docker

Ecosystem  

Dev Tools

Official Repositories

Operating Systems

Big Data

Service Discovery

Build / Continuous Integration

Configuration Management Consulting &Training

Management

Storage

Clustering & Scheduling

Networking

Infrastructure & Service Providers

Security

Monitoring & Logging

Page 8: DockerDay2015: Getting started with Docker

Some  Growth  Sta?s?cs  June 2014 June 2015 Growth

Contributors 460 1,300 183%

Projects on GitHub 6,500 40,000 515%

Docker Job Openings (Indeed)

2,500 43,000 1720%

Dockerized Applications 14,500 150,000 934%

Boot2Docker Downloads 225,000

3,500,000 1,456%

Container Downloads 2,750,000

500,000,000 18,082%

Page 9: DockerDay2015: Getting started with Docker

Static Website

Web Front End

Background Workers

Analytics

DB

Queue

API Endpoint

Distributed  Applica?ons  Solu?on  

VM

Server Laptop Data Center

User DB

Cluster Cloud

DR/HA

Development Test & QA Production Scale Out

Page 10: DockerDay2015: Getting started with Docker

Docker@Vietnam  

hDp://www.meetup.com/Docker-­‐Hanoi/  

Page 11: DockerDay2015: Getting started with Docker
Page 12: DockerDay2015: Getting started with Docker
Page 13: DockerDay2015: Getting started with Docker
Page 14: DockerDay2015: Getting started with Docker
Page 15: DockerDay2015: Getting started with Docker
Page 16: DockerDay2015: Getting started with Docker

Summary  

•  Terminologies  –  Images  –  Containers  – Dockerfile  – Docker  engine  – Docker  registry  (hub/repository)  

•  Characteris?cs  –  Lightweight  –  Self-­‐sufficient  –  Portable  

Page 17: DockerDay2015: Getting started with Docker

Interact  with  Docker  

•  RESTful  API  – hDps://docs.docker.com/reference/api/docker_remote_api/  

•  Docker  CLI  –  docker  build    #  build  an  image  from  a  Dockerfile  –  docker  image  #  list  all  images  on  a  Docker  host  –  docker  run    #  run  an  image  –  docker  ps    #  list  all  running  and  stopped  containers  –  docker  rm    #  remove  a  container  –  docker  rmi    #  remove  a  image  

Page 18: DockerDay2015: Getting started with Docker

Hand-­‐on  ?me  Wifi:  FAI-­‐Students  

Pass:  12345  Lab:  hDps://52.27.83.220:8888/tree  Password:  dockerhanoi@demo  

 hDp://docs.docker.com/linux/started/