Skip to content

buha360/java8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java DRY Example in Docker

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.

Prerequisites

  • Docker must be installed on your machine.

How to Build and Run

  1. Clone the Repository

    First, clone this repository to your local machine:

    git clone https://github.com/buha360/java8.git
    
  2. Navigate to src

    cd src
    
  3. Build the Docker Image

    docker build -t java-dry-app .
    
  4. Run the Docker Container

    docker run --rm java-dry-app

About

Practicing java 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors