From 9e4d785817e804d04e2ac152c017ee090586ae68 Mon Sep 17 00:00:00 2001 From: steadysupply Date: Fri, 31 Mar 2017 09:04:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7158578..5aa882e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Apache Spark on Docker This repository contains a Docker file to build a Docker image with Apache Spark. This Docker image depends on our previous [Hadoop Docker](https://github.com/sequenceiq/hadoop-docker) image, available at the SequenceIQ [GitHub](https://github.com/sequenceiq) page. The base Hadoop Docker image is also available as an official [Docker image](https://registry.hub.docker.com/u/sequenceiq/hadoop-docker/). -##Pull the image from Docker Repository +## Pull the image from Docker Repository ``` docker pull sequenceiq/spark:1.6.0 ```