Thanks for this comment Abdulrafiu Lawal.
Talking of Docker compose, It is a tool that allows you to run multiple containers as a single service. Each container here runs in isolation but can interact with one another when necessary. Docker Compose files are very simple to write in YAML. Another great feature of Docker Compose is the ability to activate all services (containers) with a single command.
I should write about it soonest.
Abdulrafiu Kehinde Lawal
#javascript #webdevelopment #backend #node #web3 #nestjs js #fullstack
Thanks so much for this article. Yes the Alpine image is quite popular among Docker articles mostly based on its small size. But I understand the reason you have given for not using it in production. This is a valuable article for Docker newbies as it makes life easy. I hear about Docker compose. What is that?