kraiss / springboot-docker-helloworld

Hello World application with SpringBoot and multistaged Docker build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal SpringBoot/Docker application

Minimal setup of a Hello World application running on SpringBoot and build with a Docker multi-staged build.

Build

docker build . -t springboot-docker-helloworld

Run

docker run -d -p 8080:8080 springboot-docker-helloworld

About

Hello World application with SpringBoot and multistaged Docker build

License:Apache License 2.0


Languages

Language:Java 100.0%