Files
docker-cli/components/engine/daemon
Kai Qiang Wu(Kennan) 7aca59c08a Make btrfs call same interface as others
Most storage drivers call graphdriver.GetFSMagic(home),
it is more clean to easy to maintain. So btrfs need to
adopt such change.

Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>
Upstream-commit: feda5d768439c6ecb8d3c82cee332724302e7cd2
Component: engine
2016-02-01 07:50:21 +00:00
..
2016-01-20 12:52:05 +08:00
2016-01-28 14:08:11 -07:00
2016-01-03 23:03:39 +01:00
2015-12-16 11:58:52 -08:00
2016-01-27 10:05:06 +08:00
2016-01-14 08:17:40 +00:00
2016-01-26 23:47:02 +11:00
2016-01-07 14:10:42 -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