Skip to content

Commit

Permalink
Merge pull request #815 from erramuzpe/docs/docker_size_warning
Browse files Browse the repository at this point in the history
DOC: Docker db size warning
  • Loading branch information
oesteban authored Nov 6, 2019
2 parents 03eb869 + 5c91bcc commit 99ee71d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ Preliminaries
<https://docs.docker.com/docker-for-mac/>`_
on a fresh installation of Docker for Mac.
We recommend increasing the available memory for Docker containers
(`see this issue <https://github.com/poldracklab/mriqc/issues/388#issuecomment-281208441>`_).
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 ::
Expand Down

0 comments on commit 99ee71d

Please sign in to comment.