Skip to content

Commit ac7358b

Browse files
author
Janos Matyas
committed
fixed 1.1.0 typo to 1.1.1.
1 parent 3d518e8 commit ac7358b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ The base Hadoop Docker image is also available as an official [Docker image](htt
66

77
##Pull the image from Docker Repository
88
```
9-
docker pull sequenceiq/spark:1.1.0-ubuntu
9+
docker pull sequenceiq/spark:1.1.1-ubuntu
1010
```
1111

1212
## Building the image
1313
```
14-
docker build --rm -t sequenceiq/spark:1.1.0-ubuntu .
14+
docker build --rm -t sequenceiq/spark:1.1.1-ubuntu .
1515
```
1616

1717
## Running the image
1818
```
19-
docker run -i -t -h sandbox sequenceiq/spark:1.1.0-ubuntu /etc/bootstrap.sh -bash
19+
docker run -i -t -h sandbox sequenceiq/spark:1.1.1-ubuntu /etc/bootstrap.sh -bash
2020
```
2121

2222
## Versions

0 commit comments

Comments
 (0)