Docker - Best practices (Part 1)
Use existing image that needed software is already installed
Description
By using images that have the required software already installed, you can save a lot of time.
Real-world case
You have created Spring Boot Java application that uses Gradle bui...
mosh.hashnode.dev2 min read