Files
docker-docs/daemon
Vivek Goyal a489e685c0 devmapper: Log start and end of filesystem creation
ext4 filesystem creation can take a long time on 100G thin device and
systemd might time out and kill docker service. Often user is left thinking
why docker is taking so long and logs don't give any hint. Log an info
message in journal for start and end of filesystem creation. That way
a user can look at logs and figure out that filesystem creation is
taking long time.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
2015-12-01 13:05:46 +00:00
..
2015-11-13 12:51:05 -08:00
2015-11-09 09:51:09 -08:00
2015-11-09 09:51:09 -08:00
2015-11-11 17:19:39 -08:00
2015-11-10 20:33:29 -05:00
2015-11-19 11:02:25 -08:00
2015-11-09 08:26:35 -08:00
2015-11-09 08:26:35 -08:00
2015-11-09 08:26:35 -08:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver