Files
docker-cli/components/engine/daemon
Tatsushi Inagaki 9af5c681c5 Aufs: reduce redundant parsing of mountinfo
Check whether or not the file system type of a mountpoint is aufs
by calling statfs() instead of parsing mountinfo. This assumes
that aufs graph driver does not allow aufs as a backing file
system.

Signed-off-by: Tatsushi Inagaki <e29253@jp.ibm.com>
Upstream-commit: e8513675a20e2756e6c2915604605236d1a94d65
Component: engine
2016-03-04 11:39:59 +09:00
..
2016-02-01 09:57:38 -08:00
2016-02-24 21:12:14 -05:00
2016-03-02 20:07:06 +08:00
2016-02-03 10:43:01 -08:00
2016-01-14 08:17:40 +00:00
2016-02-16 11:19:23 -08:00
2016-02-09 14:25:02 -05:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver