Jérôme Petazzoni - Open source recipes to build, ship and run production apps with Docker

Опубликовано: 23 Июль 2026
на канале: Treasure AI
939
9

Logging & Docker in Production Meetup - 6/16/2016
Open source recipes to build, ship and run production apps with Docker

Getting started with Docker is relatively straightforward:install the Docker Engine, write Dockerfiles for your application components, and put those components together with a Compose file. At this point, your application can be quickly and reliably deployed on any Docker installation, anywhere, in minutes. Great!

How do we take this to production? How do we scale from the single-node setup to a multi-node, highly-available cluster?

Through a whirlwind of live demos, Jérôme will show how to provision a Swarm cluster with Docker Machine, setup overlay networks, host a local registry, deploy ELK to manage logs, implement load balancing, and finally use the resulting platform to build, ship, and run a demo application built around a microservices architecture.