summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorKristian Aune <kraune@yahoo-inc.com>2017-01-10 15:15:34 +0100
committerKristian Aune <kraune@yahoo-inc.com>2017-01-10 15:15:34 +0100
commita0e0c05af4c31822305d2e1a6834952d122dc183 (patch)
treecf51551c7b214ed49fe366547a82ce2a6ee4c271 /docker/README.md
parentb28aadbeac85c8f40fece841fd387da946e058d7 (diff)
Troubleshooting: how to delete images
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.