|
|
|
|
|
by weberc2
2782 days ago
|
|
Most interesting apps run as multiple containers (e.g., a database) and then you need to provision volumes for application's data and configuration files. It doesn't seem clear to me that this is a strictly simpler state of affairs than local installation. The real wins from Docker (for this use case) are: 1. Docker is a better process supervisor than systemd and friends 2. Simple, fast deployment (no manage ansible scripts or rebuild/reboot a machine image) 3. Built-in, standard logging |
|