Hypriot docker compose

Preview:

Citation preview

What's new withDocker Compose 1.6

@firecyberice

What is Docker Compose?

Compose is a tool for defining and running multi-container

Docker applications.

Features● Multiple isolated environments

● Preserve volume data

● Only recreate changed containers

● Moving a composition between environments

Release Notes

Major new Features● new file format

● networking support

● new `docker-compose down` command

● ability to pass arguments to a build

comparedocker-compose.yml V1

+docker-compose.yml V2

Demo Time

https://github.com/hypriot/rpi-cluster-demo/wordpress/

http://blog.hypriot.com

https://github.com/hypriot

@HypriotTweets

Recommended