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 8e337dd commit 1c67febCopy full SHA for 1c67feb
docs/running-on-kubernetes.md
@@ -61,7 +61,7 @@ to the registry.
61
For example, if the registry host is `registry-host` and the registry is listening on port 5000:
62
63
cd $SPARK_HOME
64
- 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 .
65
docker build -t registry-host:5000/spark-driver:latest -f dockerfiles/driver/Dockerfile .
66
docker build -t registry-host:5000/spark-executor:latest -f dockerfiles/executor/Dockerfile .
67
docker build -t registry-host:5000/spark-init:latest -f dockerfiles/init-container/Dockerfile .
0 commit comments