thecodeteam / conferences

1 stars 0 forks source link

Network Containers and Persist State with Docker Compose #71

Closed kacole2 closed 8 years ago

kacole2 commented 8 years ago

Abstract: Docker Compose is a programatic way to take an application with multiple services and deploy it using multiple containers. Using Docker 1.9+ there are new improved ways of networking these services together as well as using volume support to persist state. This session will include a demo of deploying a multi-container application and persisting state through a failure.