summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2017-03-06 11:21:53 +0100
committerGitHub <noreply@github.com>2017-03-06 11:21:53 +0100
commitd80342a88ae666012fd1630d43dd21fa8362229f (patch)
tree65aba2d00801a02543b413039a905d39feea312c /docker/README.md
parent18b2000daa11413c051b23dc0c42fe4db1a5f486 (diff)
link to 1219 bug
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.