aboutsummaryrefslogtreecommitdiff
path: root/provisioner/docker
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2017-03-20 11:57:39 -0700
committerRoman Shaposhnik <rvs@apache.org>2017-03-22 11:50:03 -0700
commit170df6d6e1e4a7546adec0b3ace530937f3db4cd (patch)
tree5b956b28471c57e47b0d21c7727eb107703f58ae /provisioner/docker
parent0d3448b812781488010f80febcbfe6e29af8d075 (diff)
BIGTOP-2702. Fix Sandbox creation script
Diffstat (limited to 'provisioner/docker')
-rw-r--r--provisioner/docker/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/provisioner/docker/README.md b/provisioner/docker/README.md
index ef52ff1a..e784e3bc 100644
--- a/provisioner/docker/README.md
+++ b/provisioner/docker/README.md
@@ -15,7 +15,7 @@
------------------------------------------------------------------------------------------------------------------------------------------------------
-#BigTop Docker provisioner
+# BigTop Docker provisioner
## Overview
@@ -33,6 +33,7 @@ This has been verified on Docker Engine 1.9.1, with api version 1.15, and Docker
### OS X and Windows
* Install [Docker Toolbox](https://www.docker.com/docker-toolbox)
+* Install Ruby
### Linux
@@ -40,6 +41,8 @@ This has been verified on Docker Engine 1.9.1, with api version 1.15, and Docker
* Install [Docker Compose](https://docs.docker.com/compose/install/)
+* Install Ruby
+
* Start the Docker daemon
```
@@ -115,7 +118,7 @@ usage: docker-hadoop.sh [-C file ] args
-h, --help
```
-##Configurations
+## Configurations
* There are several parameters can be configured in config.yaml:
@@ -135,7 +138,7 @@ If you've built packages using local cloned bigtop and produced the apt/yum repo
enable_local_repo = true
```
-##Configure Apache Hadoop ecosystem components
+## Configure Apache Hadoop ecosystem components
* Choose the ecosystem you want to be deployed by modifying components in config.yaml
```