diff --git a/docs/source/docker.rst b/docs/source/docker.rst index c67d59394..75283c3b3 100644 --- a/docs/source/docker.rst +++ b/docs/source/docker.rst @@ -22,7 +22,12 @@ Preliminaries `_ on a fresh installation of Docker for Mac. We recommend increasing the available memory for Docker containers - (`see this issue `_). + + When using docker with big datasets (+10GB) docker might fail. + Changing the maximum size of the container will solve it: :: + + $ service docker stop + $ dockerd --storage-opt dm.basesize=30G .. warning ::