mikewalch closed pull request #152: explain docker images doesnt run deps URL: https://github.com/apache/fluo-website/pull/152
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 e047933..8c1b09d 100644 --- a/_fluo-1-2/administration/run-fluo-in-docker.md +++ b/_fluo-1-2/administration/run-fluo-in-docker.md @@ -38,6 +38,11 @@ docker run apache/fluo version docker run apache/fluo classpath ``` +This Docker image only runs Fluo, it does not run Accumulo, Hadoop, or +ZooKeeper processes. These systems must be run separately and the Docker image +configured to use them. + + ## Initialize application Before starting a Fluo oracle and worker using the Fluo Docker image, ---------------------------------------------------------------- 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
