summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2016-06-22 01:30:16 +0200
committerArnstein Ressem <aressem@gmail.com>2016-06-22 01:30:16 +0200
commit18e18c4a77a549606a75f10948f21d21553f7771 (patch)
treea425798548c605d3f29b909c3fad7040ff99023d /docker/README.md
parent1d786a57d5e1b1a782458a928258281ab9c05943 (diff)
Fixed build scripts and added run scripts.
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index dd11d2eee44..38809e6e3d5 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -4,7 +4,8 @@
## Installing docker
[Docker installation](https://docs.docker.com/engine/installation/)
-*On OS X, the native Docker engine has NOT been tested. Please use the [Docker Toolbox](https://www.docker.com/products/docker-toolbox).*
+*On OS X, the native Docker engine (Beta) has NOT been tested. Please use the [Docker Toolbox](https://www.docker.com/products/docker-toolbox).*
+*On Linux, the default storage device is devicemapper with loopback device and max 10GB container size. This size is too small for a full build. Please see [here](http://www.projectatomic.io/blog/2016/03/daemon_option_basedevicesize/) and [here](http://www.projectatomic.io/blog/2015/06/notes-on-fedora-centos-and-docker-storage-drivers/) to overcome this limitation.
## Building Vespa
*On OS X, execute ```source osx-setup-docker-machine.sh``` to setup the Docker VM in which to run Docker.*