Files
docker-docs/daemon
Stefan J. Wernli 041a9510c6 Fixing 'docker save' on Windows.
Save was failing file integrity checksums due to bugs in both
Windows and Docker. This commit includes fixes to file time handling
in tarexport and system.chtimes that are necessary along with
the Windows platform fixes to correctly support save. With this
change, sysfile_backups for windowsfilter driver are no longer
needed, so that code is removed.

Signed-off-by: Stefan J. Wernli <swernli@microsoft.com>
2016-02-08 18:08:49 -08:00
..
2016-01-20 12:52:05 +08:00
2016-02-05 16:50:35 +01:00
2016-02-01 09:57:38 -08:00
2016-02-01 09:57:38 -08:00
2016-02-05 02:24:23 -05:00
2016-02-03 15:45:20 +08:00
2016-02-03 10:43:01 -08:00
2016-02-02 21:05:01 -05: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
2016-02-03 15:45:20 +08:00
2016-02-03 15:45:20 +08:00
2016-02-03 15:45:20 +08:00
2016-02-03 15:45:20 +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