Merge branch 'master' of github.com:infosiftr/docker-library-docs

This commit is contained in:
Moghedrin 2014-09-03 14:16:09 -06:00
commit 2fe3c09fd1
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
Java is a registered trademark of Oracle and/or its affiliates.

View File

@ -1,4 +1,4 @@
Java is a registered trademark of Oracle and/or its affiliates.
# Issues and Contributing # Issues and Contributing

View File

@ -8,7 +8,7 @@ Ruby on Rails, often simply referred to as Rails, is an open source web applicat
## 1. create a `Dockerfile` in your rails app project ## 1. create a `Dockerfile` in your rails app project
FROM rails FROM rails:onbuild
Put this file in the root of your app, next to the `Gemfile`. Put this file in the root of your app, next to the `Gemfile`.

View File

@ -1 +1 @@
Ruby On Rails is an open-source web framework that's optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration. Ruby on Rails is an open-source application framework written in Ruby. It emphasizes best practices such as convention over configuration, active record pattern, and the model-view-controller pattern.

View File

@ -8,7 +8,7 @@ Ruby on Rails, often simply referred to as Rails, is an open source web applicat
## 1. create a `Dockerfile` in your rails app project ## 1. create a `Dockerfile` in your rails app project
FROM rails FROM rails:onbuild
Put this file in the root of your app, next to the `Gemfile`. Put this file in the root of your app, next to the `Gemfile`.