A simple "Hello World" microservice for a UCI Extension course
254
A services that exposes a RESTful endpoint to display "Hello From WildFly Swarm!". The service runs on port 8080 and exposes the "/rest/hello" endpoint, to run the service, use:
docker run -it -p8080:8080 jclingan/simpleservice
To consume the message, use: curl http://localhost:8080/rest/hello
Content type
Image
Digest
Size
328.4 MB
Last updated
over 8 years ago
docker pull jclingan/simpleservice