Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

goodeggs/cedar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convox/cedar

Heroku's Cedar stack as a Docker image.

Using this image will include the base Cedar stack image and use Heroku's default buildpacks to turn application code into a production image.

Usage

$ cat Dockerfile
FROM convox/cedar

$ docker build -t cedar-app .
Sending build context to Docker daemon
Step 0 : FROM convox/cedar
...
-----> Compiling for Ruby
-----> Compiling Ruby/Rails
-----> Installing dependencies using 1.7.12
       Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment

$ docker run cedar-app rails start
=> Rails application starting on http://0.0.0.0:3000

License

Apache 2.0 © 2015 Convox, Inc.