[Groonga-commit] ranguba/docker at c029aa8 [master] Add README

Back to archive index

ongaeshi null+****@clear*****
Sat Nov 14 15:02:20 JST 2015


ongaeshi	2015-11-14 15:02:20 +0900 (Sat, 14 Nov 2015)

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

  Message:
    Add README

  Modified files:
    README.md

  Modified: README.md (+47 -1)
===================================================================
--- README.md    2015-11-13 23:36:20 +0900 (c8e176a)
+++ README.md    2015-11-14 15:02:20 +0900 (827b742)
@@ -1 +1,47 @@
-# docker
+# Dockerfile for Rroonga
+
+* Source Dockerfiles for [groonga/rroonga](https://hub.docker.com/r/groonga/rroonga/)
+
+## How to build Rroonga image
+
+```
+$ 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
+irb(main):001:0> require 'groonga'
+=> true
+irb(main):002:0> Groonga::VERSION
+=> [5, 0, 9, nil]
+irb(main):003:0> Groonga::Context.default_options = {:encoding => :utf8}
+=> {:encoding=>:utf8}
+.
+.
+```
+
+Let's play the [tutorial](http://ranguba.org/rroonga/en/file.tutorial.html)!
+
+## How to build the container of Rroonga Application.
+
+Add your Dockerfile. See [ongaeshi/docker-honyomi](https://github.com/ongaeshi/docker-honyomi).
+
+```
+FROM groonga/rroonga:latest
+
+# Add your setting..
+```
+
+## Contribution
+
+- Patches welcome both test-script and Dockerfile.
-------------- next part --------------
HTML����������������������������...
Télécharger 



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