Files
docker-cli/components/engine/daemon
Ahmet Alp Balkan 179af9eeb6 Extract TreeSize to daemon build
TreeSize uses syscall.Stat_t which is not available on Windows.
It's called only on daemon path, therefore extracting it to daemon
with build tag 'daemon'

Signed-off-by: Ahmet Alp Balkan <ahmetb@microsoft.com>
Upstream-commit: b64c9b521ab4e4082ed874a23a493f4a266304d5
Component: engine
2014-11-14 18:20:53 -08:00
..
2014-08-01 14:24:46 -04:00
2014-08-01 14:17:24 -04:00
2014-08-01 14:24:41 -04:00
2014-10-24 15:11:48 -07:00
2014-09-30 19:10:03 +00:00
2014-11-08 00:14:08 +00:00
2014-10-24 15:11:48 -07:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-11-03 10:51:03 -08:00
2014-10-30 22:24:57 +02:00
2014-11-08 00:14:08 +00:00
2014-08-06 10:08:19 +00:00
2014-05-17 17:56:02 +00:00
2014-08-06 10:08:19 +00:00
2014-11-08 00:14:08 +00:00
2014-09-03 00:01:11 +04:00
2014-09-03 00:01:11 +04:00
2014-09-29 22:40:26 +00: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