I used Docker for the first time today. I'm still wrapping my mind around the concept of a container and how that differs from a VM, but I see a lot of potential there, once I learn to use it.
@david Think of it as putting a big slopy meatball parm sub in your backpack without putting it in a ziplock baggie ....and then with putting it in a ziplock baggie. Docker is the zip lock baggie.
@tomwsmf haha that's an interesting analogy. I see that it is often used to manage and isolate configuration and setup for specific environments. I think I might experiment with it some more.