Docker - Containerize your Springboot app
What is docker ?
Docker is similar to a virtual machine, which can isolate your application from the system's environment.
It mainly solves the issue of “It works on my machine”; if we execute the app, it might require resources other than assets, su...
springbootintro.hashnode.dev3 min read