Dockerizing Gin Application with Mysql for local development
A really brief introduction :
Docker provides the ability to package and run an application in a loosely isolated environment called a container. The isolation and security allow us to run many containers simultaneously on a given host.
Fun fact :...
uchaudhary.hashnode.dev7 min read
Amal Shaji
web + devtools = ❤️🔥
Use multi-stage build to reduce docker image size.