aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2017-06-06 10:39:27 +0200
committerGitHub <noreply@github.com>2017-06-06 10:39:27 +0200
commit13b94f38db6d5092aee47a1fa0ccf96958e00240 (patch)
tree57272d3de4dfd93f0d394aa3e7508097d8e122d5
parent6906d1d0da11d0ad46aefa016f1ba29dbf51ad22 (diff)
add workaround for build note
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 04c45470017..1f5cb68e07c 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -16,7 +16,7 @@ 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)
+_Directory renamed before its status could be extracted_ can be caused by [1219](https://github.com/docker/for-mac/issues/1219) - workaround (from the issue): "It may be an overlay storage driver issue - you can add ```{"storage-driver":"aufs"}``` in the advanced daemon preferences pane and see if that makes a difference."
## Running Vespa
Execute ```./run-vespa.sh <Vespa version number>``` to start Vespa.