Comment on Should I move to Docker?
twei@feddit.de 11 months agoIf you update your OS, it could happen that a changed dependency breaks your app. This wouldn’t happen with docker, as every dependency is shipped with the application in the container.
Dyskolos@lemmy.zip 11 months ago
Ah okay. So it’s like an escape from dependancy-hell… Thanks.