Tech question
So! I can see two potential use cases for Docker for me: development and deployment. In both cases, not having to deal with my distro's packages to get what I need to run the program just seems REALLY convenient.
I don't really understand the tradeoffs though. Does anyone know what the biggest downsides to look out for are?
re: Tech question
@socks a downside is that you have to build a new container to update system packages in case there is a vulnerability instead of just updating the host