This is a basic web-application using Spring boot inside a docker container
565
This is a basic web-application using Spring boot inside a docker container
To build the image run
docker build -t spring-webserver .
To run the app
docker run -p8888:80 spring-webserver
Then in a browser navigate to http://localhost:8888/
Content type
Image
Digest
Size
188.6 MB
Last updated
over 6 years ago
docker pull kiiadi/spring-boot