Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Docker - modern platform for development and operations

Docker - modern platform for development and operations

Cloud Conference 2015 - 10.11.2015 In Prague

Ladislav Prskavec

November 10, 2015
Tweet

More Decks by Ladislav Prskavec

Other Decks in Technology

Transcript

  1. Ladislav Prskavec (@abtris) 4 Site Reliability Engineer in Apiary.io 4

    Consultant for startups and companies Cloud Computing Conference, 10.11.2015 2
  2. Docker compose 4 defining and running multi- container applications with

    Docker Cloud Computing Conference, 10.11.2015 19
  3. docker-compose.yml web: build: . ports: - "5000:5000" volumes: - .:/code

    links: - redis redis: image: redis Cloud Computing Conference, 10.11.2015 20
  4. Docker machine 4 Machine lets you create Docker hosts on

    your computer, on cloud providers, and inside your own data center. 4 part of Docker toolbox 4 replacement for boot2docker Cloud Computing Conference, 10.11.2015 21
  5. Docker swarm 4 Docker Swarm is native clustering for Docker.

    Cloud Computing Conference, 10.11.2015 22
  6. Amazon Web Services 4 EC2 Container Service 4 Elastic Beanstalk

    Cloud Computing Conference, 10.11.2015 26
  7. Others platforms 4 Digital Ocean 4 OpenStack 4 RedHat OpenShift

    v3 4 HP Hellion 4 Exoscale 4 IBM Softlayer 4 Rackspace 4 VMware vCloud Air, Fusion, vSphere Cloud Computing Conference, 10.11.2015 27
  8. Tutum 4 Run Docker Containers in any Cloud 4 Acquired

    by Docker 21.10.2015 Cloud Computing Conference, 10.11.2015 28