Skip to content

Markcanfly/quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimal service to get random quotes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published