Spring-Boot-Minimal-Web-App
212
Maintained by: Anantha Raju C
Where to get help: GitHub
Where to file issues: https://github.com/AnanthaRajuC/Spring-Boot-Minimal-Web-App/search?type=Issues
Source of this description: https://github.com/AnanthaRajuC/Spring-Boot-Minimal-Web-App/blob/master/README.md
This is a simple, self-contained Spring Boot Web Application with REST end point's and a HTML page (index.html) with minimal code for quick testing of deployment services and other purposes.
docker images
docker build -t spring-boot-minimal-web-app .
docker images
docker run -p 8080:8080 --name spring-boot-minimal-web-app spring-boot-minimal-web-app
docker ps
docker stop spring-boot-minimal-web-app
docker ps -a
docker tag spring-boot-minimal-web-app anantha/spring-boot-minimal-web-app:latest
docker images
docker push anantha/spring-boot-minimal-web-app:latest
docker images
docker image rm spring-boot-minimal-web-app
docker image rm -f spring-boot-minimal-web-app
Content type
Image
Digest
sha256:37067ecad…
Size
120.7 MB
Last updated
about 4 years ago
docker pull anantha/spring-boot-minimal-web-app