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

Distribute Development Env by docker-compose

Distribute Development Env by docker-compose

Slide for Docker Shanghai meetup, about case study of docker-compose.
www.meetup.com/Docker-Shanghai/events/230338006/

Kengo TODA

May 17, 2016
Tweet

More Decks by Kengo TODA

Other Decks in Technology

Transcript

  1. Merit of Docker Small, Clean, Quick, Portable, Reproducible Good for

    delivery to cloud, data centre and developer’s machine new!
  2. Docker is Process to make VM is more clear and

    documented Quick bootstrap Layer is small enough to distribute Reproducible even on different OS
  3. docker-compose Build, run and link containers by one command Treat

    set of containers like: Application server, Web server, Datastore server, Selenium client, build tools…
  4. docker-compose up $ docker-compose up Creating consul_1... Creating registrator... Creating

    storage_1... Creating front_1... Creating nginx_1... Attaching to consul_1, registrator, storage_1, front_1, nginx_1 consul_1 | ==> Starting raft data migration...