Simple HelidonSE Application with Gradle and Docker support
10K+
http://localhost:8080/simple-greet
curl -X GET http://localhost:8080/simple-greet
curl -X GET http://localhost:8080/greet
http://localhost:8080/greet/Joe
curl -X GET http://localhost:8080/greet/Joe
curl -X PUT -d 'Howdy' http://localhost:8080/greet/greeting
docker run --rm -p 8080:8080 a002k/helidon-se
docker run -d --name helidon-se --rm -p 8080:8080 a002k/helidon-se
-i Keep STDIN open even if not attached--rm Remove container after stop-d Detach mode, Run container in background and print container IDand follow -f logs
docker logs -f helidon-se
to stop
docker stop helidon-se
Content type
Image
Digest
sha256:010e11862…
Size
253.3 MB
Last updated
about 13 hours ago
docker pull a002k/helidon-se