31 lines
542 B
Markdown
31 lines
542 B
Markdown
# ADR-010: Docker pour Conteneurisation
|
|
|
|
**Date**: 2025-01-01
|
|
**Status**: Accepted
|
|
**Source**: ORIGIN_MASTER_ARCHITECTURE.md
|
|
|
|
## Contexte
|
|
|
|
Déploiement consistant multi-environnements.
|
|
|
|
## Décision
|
|
|
|
Docker 24+ avec multi-stage builds.
|
|
|
|
## Conséquences
|
|
|
|
**Positives**:
|
|
- Portabilité totale
|
|
- Isolation
|
|
- Écosystème mature
|
|
- CI/CD intégré
|
|
|
|
**Négatives**:
|
|
- Overhead léger (performance)
|
|
- Sécurité (root privileges)
|
|
|
|
## Alternatives rejetées
|
|
|
|
- **VMs**: Trop lourd, lent
|
|
- **Bare metal**: Pas portable
|
|
- **Podman**: Moins mature
|