Skip to content

A simple containerized "hello world app" with spring boot

Notifications You must be signed in to change notification settings

edwin/hello-world-java-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Containerized Hello World Java deployment with Docker

a very simple rest-api-hello-world java application with Spring Boot and Maven, containerized with dockerfile, ready to build and deployed with a very simple way.

How to Build

docker build -t hello-world-java-docker .

How to Run

docker run -it hello-world-java-docker

Blog Post

https://edwin.baculsoft.com/2020/07/building-containerized-images-on-openshift-4-and-push-the-result-to-third-party-image-registry/

About

A simple containerized "hello world app" with spring boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published