Sign inSign up

michelesr/puma-sinatra-example

By michelesr

Updated 5 months ago

Example Sinatra application running with Puma application server

Image
0

4.0K

michelesr/puma-sinatra-example repository overview

Puma Sinatra example web application

Run with:

$ docker run --rm -it -e PUMA_THREADS=10 -e WORKERS=2 -p 3000:3000 puma-sinatra-example

Enjoy:

$ curl localhost:3000
Hello World!

Tag summary

Content type

Image

Digest

sha256:c883daf8d

Size

401.5 MB

Last updated

5 months ago

docker pull michelesr/puma-sinatra-example