Sign inSign up

kiiadi/spring-boot

By kiiadi

Updated over 6 years ago

This is a basic web-application using Spring boot inside a docker container

Image
0

565

kiiadi/spring-boot repository overview

Dockerized Java Spring Boot

This is a basic web-application using Spring boot inside a docker container

Image Build

To build the image run

docker build -t spring-webserver .

Run

To run the app

docker run -p8888:80 spring-webserver

Then in a browser navigate to http://localhost:8888/

Tag summary

Content type

Image

Digest

Size

188.6 MB

Last updated

over 6 years ago

docker pull kiiadi/spring-boot