Simple java webapp built with spring boot. Using it to test kubernetes deployments.
59
Just a toy app. Run the following:
# Start container
docker run -d -p=8080:8080 ryandocker/java-spring-boot-toy:v1
# Make a request
curl -H 'Content-Type: application/json' localhost:8080/v1/greeting?name=yourNameHere
Content type
Image
Digest
Size
137.3 MB
Last updated
almost 8 years ago
docker pull ryandocker/java-spring-boot-toy:v1