You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by gi...@git.apache.org on 2017/10/06 14:19:05 UTC

[GitHub] mikewalch commented on a change in pull request #99: Major refactor of Fluo docs

mikewalch commented on a change in pull request #99: Major refactor of Fluo docs
URL: https://github.com/apache/fluo-website/pull/99#discussion_r143201772
 
 

 ##########
 File path: _fluo-1-2/administration/run-fluo-in-docker.md
 ##########
 @@ -0,0 +1,135 @@
+---
+title: Run Fluo in Docker
+category: administration
+order: 4
+---
+
+## Obtain the Docker image
+
+To obtain the docker image created by this project, you can either pull it from DockerHub at
+`apache/fluo` or build it yourself. To pull the image from DockerHub, run the command below:
+
+    docker pull apache/fluo
+
+While it is easier to pull from DockerHub, the image will default to the software versions below:
+
+| Software    | Version |
+|-------------|---------|
+| [Fluo]      | 1.2.0   |
+| [Accumulo]  | 1.8.1   |
+| [Hadoop]    | 2.7.3   |
+| [Zookeeper] | 3.4.9   |
+
+If these versions do not match what is running on your cluster, you should consider building
+your own image with matching versions. However, Fluo must be 1.2+. Below are instructions for
+building an image:
+
+1. Clone the Fluo docker repo
 
 Review comment:
   Good idea. I will do that.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services