Quellcode durchsuchen

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

Moghedrin vor 11 Jahren
Ursprung
Commit
2fe3c09fd1
5 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 1 1
      java/README-content.md
  2. 1 1
      java/README.md
  3. 1 1
      rails/README-content.md
  4. 1 1
      rails/README-short.txt
  5. 1 1
      rails/README.md

+ 1 - 1
java/README-content.md

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

+ 1 - 1
java/README.md

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

+ 1 - 1
rails/README-content.md

@@ -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
 
-    FROM rails
+    FROM rails:onbuild
 
 Put this file in the root of your app, next to the `Gemfile`.
 

+ 1 - 1
rails/README-short.txt

@@ -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.

+ 1 - 1
rails/README.md

@@ -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
 
-    FROM rails
+    FROM rails:onbuild
 
 Put this file in the root of your app, next to the `Gemfile`.