summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index 3f42442c6ef..04c45470017 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -16,6 +16,8 @@ If the build fails, start from scratch: ```docker rmi -f vesparun vespabuild```
- ```docker rm -v $(docker ps -a -q -f status=exited)```
- ```docker rmi $(docker images -f "dangling=true" -q)```
+_Directory renamed before its status could be extracted_ can be caused by [1219](https://github.com/docker/for-mac/issues/1219)
+
## Running Vespa
Execute ```./run-vespa.sh <Vespa version number>``` to start Vespa.