A simple Actor microservice for a UCI Extension course
900
A services that exposes a RESTful endpoint to display actors. The service runs on port 8888 and exposes the "/movie" endpoint, to run the service, use:
docker run -it -p8888:8888 jclingan/actorservce
To get the list of movies, use: curl http://localhost:8888/actor
Content type
Image
Digest
Size
292.9 MB
Last updated
over 8 years ago
docker pull jclingan/actorservice