diff --git a/presentation/slides.md b/presentation/slides.md index edb16f6..d811c8a 100644 --- a/presentation/slides.md +++ b/presentation/slides.md @@ -128,6 +128,16 @@ docker buildx build . -t demo:latest --- ## Orchestration + +Conteneur Docker = processus unitaire + +**But : agencer plusieurs conteneurs pour faire une application** + + +--- + +## Orchestration + - Automatisation du déploiement - Horizontal Scaling - Nombreuses platformes @@ -139,7 +149,7 @@ docker buildx build . -t demo:latest

Exemple d'usage

- + ---- ```yaml [|1-4,11-13,21-23|5-6,14-15,36-37|8-9,18-19,28-30,32-34|7,16-17,24-25,26-27] dockercompose