mirror of
https://github.com/docker/cli.git
synced 2026-08-30 02:24:27 -05:00
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
This directory contains code pertaining to running containers and storing images
Code pertaining to running containers:
- execdriver
- networkdriver
Code pertaining to storing images:
- graphdriver