cocoastorm / docker-nginx-ruby

Dockerfile with Nginx, Ruby, and Unicorn rubygem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx-ruby

Docker Hub

Docker Image Contents

  • Nginx
  • Ruby
  • Unicorn

Usage

This Docker image is intended to be used to build Ruby web applications, proxied by Nginx and served by Unicorn.

Your Ruby application should be copied into /app, with a configured config.ru file. If you wish to replace the unicorn.rb file with your own, it is located at /unicorn/unicorn.rb

Example

There is an example available under the examples subdirectory.

About

Dockerfile with Nginx, Ruby, and Unicorn rubygem

License:MIT License


Languages

Language:Dockerfile 80.8%Language:Shell 11.0%Language:Ruby 8.2%