[Groonga-commit] ranguba/docker at bc3b755 [master] Improve READMD

Back to archive index

ongaeshi null+****@clear*****
Sat Nov 14 15:07:05 JST 2015


ongaeshi	2015-11-14 15:07:05 +0900 (Sat, 14 Nov 2015)

  New Revision: bc3b75502dc1131a96112323551e638156bc352e
  https://github.com/ranguba/docker/commit/bc3b75502dc1131a96112323551e638156bc352e

  Message:
    Improve READMD

  Modified files:
    README.md

  Modified: README.md (+18 -18)
===================================================================
--- README.md    2015-11-14 15:02:20 +0900 (827b742)
+++ README.md    2015-11-14 15:07:05 +0900 (ff2fbaf)
@@ -2,24 +2,10 @@
 
 * Source Dockerfiles for [groonga/rroonga](https://hub.docker.com/r/groonga/rroonga/)
 
-## How to build Rroonga image
+## Try test
 
 ```
-$ git clone https://github.com/ranguba/docker.git docker-rroonga
-$ cd docker-rroonga
-$ sudo docker build -t rroonga .
-```
-
-OR
-
-```
-$ sudo docker pull groonga/rroonga
-```
-
-## How to test
-
-```
-$ docker run --name rroonga -it rroonga
+$ docker run --name rroonga -it groonga/rroonga
 irb(main):001:0> require 'groonga'
 => true
 irb(main):002:0> Groonga::VERSION
@@ -32,14 +18,28 @@ irb(main):003:0> Groonga::Context.default_options = {:encoding => :utf8}
 
 Let's play the [tutorial](http://ranguba.org/rroonga/en/file.tutorial.html)!
 
-## How to build the container of Rroonga Application.
+## Create Dockerfile of the Rroonga Application
 
 Add your Dockerfile. See [ongaeshi/docker-honyomi](https://github.com/ongaeshi/docker-honyomi).
 
 ```
 FROM groonga/rroonga:latest
 
-# Add your setting..
+# Add your setting
+```
+
+## Build image (if necessary)
+
+```
+$ git clone https://github.com/ranguba/docker.git docker-rroonga
+$ cd docker-rroonga
+$ sudo docker build -t rroonga .
+```
+
+OR
+
+```
+$ sudo docker pull groonga/rroonga
 ```
 
 ## Contribution
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index