1

Learn Docker by building a Microservice

Tutorial - Beginner dwmkerr.com

Docker

In this article I'm going to show you how Docker works, what all the fuss is about, and how Docker can help with a basic development task - building a microservice.


We'll use a simple Node.js service with a MySQL backend as an example, going from code running locally to containers running a microservice and database.