Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 228 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 228 Bytes

quotes

A tiny dockerized application to serve famous quotes over HTTP GET.

Usage

# Build container
docker build . -t quotes
# Run container
docker run -p 8080:8080 quotes
# Get a quote
curl localhost:8080/quote