We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d518e8 commit ac7358bCopy full SHA for ac7358b
README.md
@@ -6,17 +6,17 @@ The base Hadoop Docker image is also available as an official [Docker image](htt
6
7
##Pull the image from Docker Repository
8
```
9
-docker pull sequenceiq/spark:1.1.0-ubuntu
+docker pull sequenceiq/spark:1.1.1-ubuntu
10
11
12
## Building the image
13
14
-docker build --rm -t sequenceiq/spark:1.1.0-ubuntu .
+docker build --rm -t sequenceiq/spark:1.1.1-ubuntu .
15
16
17
## Running the image
18
19
-docker run -i -t -h sandbox sequenceiq/spark:1.1.0-ubuntu /etc/bootstrap.sh -bash
+docker run -i -t -h sandbox sequenceiq/spark:1.1.1-ubuntu /etc/bootstrap.sh -bash
20
21
22
## Versions
0 commit comments