Hi All! Today we’re going to see how we can leverage Docker to scale and spin up multiple instances of a service on our machine. It’s a matter of fact: live and dev boxes are not the same. Code working on your machine is likely to not work when deployed. In some cases, this happens […]
Categories: Docker, Microservices