summary of dockercon europe

7
Summary of DockerCon EU Docker Meetup #10

Upload: atul-jha

Post on 16-Jul-2015

95 views

Category:

Engineering


1 download

TRANSCRIPT

Page 1: Summary of DockerCon Europe

Summary of DockerCon EU

Docker Meetup #10

Page 2: Summary of DockerCon Europe

Announcements

• Docker Machine

• Docker Swarm

• Docker Compose

• Community

Page 3: Summary of DockerCon Europe

Docker Machine

• Create Docker hosts on local hypervisors and cloud providers

• No more fighting for dependency on native OS.

• Zero-to-Docker in seconds with a single command.

• Code: https://github.com/docker/machine

Page 4: Summary of DockerCon Europe

$ docker-machine create -d virtualbox dev

Page 5: Summary of DockerCon Europe

Docker Swarm

• Tool for cluster Management.

• Uses the standard Docker API

• dokku, fig, krane, flynn, deis, docker-ui, shipyard, drone.io, Jenkins << Plug it all.

• Code: https://github.com/docker/swarm/

Page 6: Summary of DockerCon Europe

Docker Compose

• A command-line tool for orchestration of multi-container apps.

• Simple YAML based declarative nomenclature.

• Discussion: https://github.com/docker/docker/issues/9694

Page 7: Summary of DockerCon Europe

Thanks!!Atul Jha (atuljha.com)

@koolhead17