Skip to content

Commit da231ed

Browse files
authored
Update README.md
connecting to the docker daemon
1 parent 5bec185 commit da231ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
## Starting up
66

7+
First connect to the docker daemon
8+
9+
```
10+
export DOCKER_HOST=:3375
11+
```
12+
713
This repository contains a set of scripts and configuration files to run a [Apache Spark](https://spark.apache.org/) standalone cluster from [Docker](https://www.docker.io/) container.
814

915
To start master, workers or shell (on the same docker host), you can invoke the following commands:

0 commit comments

Comments
 (0)