This project demonstrates a simple Java 8 application following the DRY (Don't Repeat Yourself) principle (also recreated it with other principles like KISS, YAGNI & SOLID), and it is containerized using Docker.
- Docker must be installed on your machine.
-
Clone the Repository
First, clone this repository to your local machine:
git clone https://github.com/buha360/java8.git
-
Navigate to src
cd src -
Build the Docker Image
docker build -t java-dry-app . -
Run the Docker Container
docker run --rm java-dry-app