Hacker News new | ask | show | jobs
by TickleSteve 3544 days ago
"The point of containers is to make updateability easy".

No.

The difficulty in performing upgrades is not in upgrading the code.... that's relatively easy.

The real difficulty is making your data and the current state of your application upgradable.

This is not going to be solved by containers.