Docker is essentially a fancy version of a virtual machine – it takes the basics of “run a miniature computer session on my computer” and adds in features like automatic software installation and platform standardization.
So with Docker, you can essentially roll out an ad hoc installation of some software with a click or two, instead of having to manage any details. And you can roll out as many as you need.
Latest Answers