How to use Docker (an easy tutorial for beginners)

Docker is one of the coolest technologies out there. In fact, it allows you to run small and independent services on a single piece of hardware. Those are the containers, small versions of virtual machines. Well, sort of: unlike virtual machines, they borrow some features from the OS that runs docker. As a result, they … Continue reading How to use Docker (an easy tutorial for beginners)