mikewalch closed pull request #150: Updated Docker docs
URL: https://github.com/apache/fluo-website/pull/150
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/_fluo-1-2/administration/run-fluo-in-docker.md 
b/_fluo-1-2/administration/run-fluo-in-docker.md
index d746a7f..e047933 100644
--- a/_fluo-1-2/administration/run-fluo-in-docker.md
+++ b/_fluo-1-2/administration/run-fluo-in-docker.md
@@ -6,8 +6,8 @@ order: 4
 
 ## Obtain the Docker image
 
-To obtain the docker image created by this project, you can either pull it 
from DockerHub (**Its not on DockerHub yet, this should happen soon**) at
-`apache/fluo` or build it yourself. To pull the image from DockerHub, run the 
command below:
+To obtain the docker image created by this project, you can either pull it 
from [DockerHub] at
+[apache/fluo][fluo-dockerhub] or build it yourself. To pull the image from 
DockerHub, run the command below:
 
     docker pull apache/fluo
 
@@ -17,8 +17,8 @@ While it is easier to pull from DockerHub, the image will 
default to the softwar
 |-------------|---------|
 | [Fluo]      | 1.2.0   |
 | [Accumulo]  | 1.8.1   |
-| [Hadoop]    | 2.7.3   |
-| [Zookeeper] | 3.4.9   |
+| [Hadoop]    | 2.7.5   |
+| [Zookeeper] | 3.4.11   |
 
 If these versions do not match what is running on your cluster, you should 
consider [building
 your own image][build-image] with matching versions.
@@ -131,6 +131,8 @@ The JSON below can be used to start Fluo worker(s). Modify 
instances to start mu
 
 Learn how to [manage Fluo applications][manage].
 
+[DockerHub]: https://hub.docker.com/
+[fluo-dockerhub]: https://hub.docker.com/r/apache/fluo/
 [build-image]: 
https://github.com/apache/fluo-docker/blob/master/README.md#build-the-docker-image
 [manage]: {{ page.docs_base }}/administration/manage-applications
 [Fluo]: https://fluo.apache.org/


 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to