Comment on Should I move to Docker?
twei@feddit.de 1 year 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 1 year ago
Ah okay. So it’s like an escape from dependancy-hell… Thanks.