|
|
|
|
|
by eru
431 days ago
|
|
> [...] but they're entirely imperatively defined rather than declarative [...] The conceptual problem with Docker isn't imperative vs declarative. It's that Docker doesn't even try to be reproducible. Executing the same Dockerfile twice doesn't necessarily build you the same container. (Imperative vs declarative is still an interesting problem to think about, it's just independent of reproducibility in the abstract.) |
|