Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 508 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 508 Bytes

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/