This project was created as part of the mooc.fi DevOps with Docker course.
150

Simple Spring Boot button click application containerized using Docker. This project was created as part of the mooc.fi DevOps with Docker course.
docker build -t hasithaea/spring-demo-app .
docker run -p 127.0.0.1:8080:8080 hasithaea/spring-demo-app
Application runs on: http://localhost:8080
Content type
Image
Digest
sha256:9c48a87c4…
Size
203 MB
Last updated
4 months ago
docker pull hasithaea/spring-demo-app