Docker and Java Application examples
In this tutorial, we will show you how to Dockerize a Java Application (an executable Jar file). Tested with Docker 19.03 Ubuntu 19 Java 8 Maven At the end of the article, we will create an executable Jar file and run inside a docker container. 1. Project Directory 1.1 A standard Maven project structure. See …