Sign inSign up

jclingan/simpleservice

By jclingan

Updated over 8 years ago

A simple "Hello World" microservice for a UCI Extension course

Image
0

254

jclingan/simpleservice repository overview

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

Tag summary

Content type

Image

Digest

Size

328.4 MB

Last updated

over 8 years ago

docker pull jclingan/simpleservice