Well a bit extreme, but I recently had to create a simple network of microservices which required for me to create a local testing environment and still have the ability to live code on them. I am used to write some services in Node.js using Nodemon for automatic updates on changes, but in this instance, one microservice had to be built in PHP, and usually I would have MAMP running with multiple host-aliases, but in this case the local management became a huge headache.
In came Docker as the obvious solution to this – and no… This is not me advertising for Docker, though it deserves a lot of attention – no actually, Using Docker and running it as a separate network was ideal to build this, and let me share a few new things I came to realise building it this way.
Awesome right!?
Posted: 2019-04-30