How docker fixes the problem of it works on my machine?
I once built a Spring Boot app that worked perfectly on my laptop.But when I deployed it to a server, it failed instantly because the server had a different Java version. Before Docker, a typical situ
Apr 8, 20263 min read5

