There are a lot of guides on “Docker for Java developers,” but most of them do not take care of small and efficient Docker images. I have combined many resources on how to make a simple and fast Docker image containing any Spring Boot-like application. My goals: Create a single and portable Dockerfile (as general as possible). Make Maven build inside Docker (no need to have Maven locally). Don’t d