|
|
|
|
|
by hn_throw2025
353 days ago
|
|
Great points in this thread, but I would say another advantage of Docker is that of documentation. The Dockerfile is a description of a reproducible build, and a docker-compose.yml file documents how running services interact, which ports are exposed, any volumes that are shared, etc. It’s all too easy for config knowledge to be siloed in people. I got the impression that the Author prefers tinkering with pet servers. |
|
It's not inherently reproducible but it can potentially be made so.