kxxwxxg / hello-world-java-docker

A simple containerized "hello world app" with spring boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 70.8%Language:Dockerfile 29.2%