Files
docker-cli/components/engine/daemon
Vivek Goyal 5fc55316cd devicemapper: Change default basesize to 100G
Current default basesize is 10G. Change it to 100G. Reason being that for
some people 10G is turning out to be too small and we don't have capabilities
to grow it dyamically.

This is just overcommitting and no real space is allocated till container
actually writes data. And this is no different then fs based graphdrivers
where virtual size of a container root is unlimited.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Upstream-commit: 424d5e55a2f863b8eadab578e3ba647de09a4354
Component: engine
2015-07-17 11:10:23 -04:00
..
2015-04-07 08:43:14 -07:00
2015-06-26 11:03:11 +09:00
2015-06-30 17:43:17 +01:00
2015-07-10 14:33:11 -07:00
2015-06-30 17:43:17 +01:00
2015-07-13 14:50:30 -04:00
2015-07-10 14:33:11 -07:00
2015-05-14 15:57:45 -07:00
2015-06-01 12:39:28 -07:00
2015-06-01 12:39:28 -07:00
2015-06-01 12:39:28 -07:00
2014-05-17 17:56:02 +00:00
2015-06-01 12:39:28 -07:00
2015-06-01 12:39:28 -07:00
2015-07-02 16:12:42 -07:00
2015-06-15 18:18:38 -04:00
2015-06-01 12:39:28 -07:00
2015-06-01 12:39:28 -07:00
2015-06-01 12:39:28 -07:00
2015-07-14 15:50:43 -07:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver