Skip to content

Commit

Permalink
docs: Fix path to spark-base Dockerfile (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
somcsel authored and mccheah committed Sep 26, 2017
1 parent 8fb4b5d commit a771a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running-on-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ to the registry.
For example, if the registry host is `registry-host` and the registry is listening on port 5000:

cd $SPARK_HOME
docker build -t registry-host:5000/spark-base:latest -f dockerfiles/driver/spark-base .
docker build -t registry-host:5000/spark-base:latest -f dockerfiles/spark-base/Dockerfile .
docker build -t registry-host:5000/spark-driver:latest -f dockerfiles/driver/Dockerfile .
docker build -t registry-host:5000/spark-executor:latest -f dockerfiles/executor/Dockerfile .
docker build -t registry-host:5000/spark-init:latest -f dockerfiles/init-container/Dockerfile .
Expand Down

0 comments on commit a771a02

Please sign in to comment.