Post

Avatar
Avatar
I still don’t understand what the fuck Docker is, and every time someone tries to explain it to me, I just get even more confused.
Avatar
Avoiding dependency conflicts as a service
Avatar
Avatar
Sorta. There is an "image" with an app, config inside, and a way to launch it. The image has an isolated file system and any changes disappear when it turns off. Made for servers instead of desktop applications. Need a newer version of MySQL than the Ubuntu repo? There's a docker repo for it.