summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index eab565b2712..c174d36fbc9 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -11,6 +11,10 @@ Execute ```./build-vespa.sh <Vespa version number>``` to build Vespa from this s
The produced rpms will be available in this folder after compiliation.
+### Troubleshooting
+If the build fails, start from scratch: ```docker rmi -f vesparun vespabuild``` - then build again
+
+
## Running Vespa
Execute ```./run-vespa.sh <Vespa version number>``` to start Vespa.