moby--moby/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
..
events
exec
execdriver Make mqueue container specific 2016-02-05 16:50:35 +01:00
graphdriver Fixing 'docker save' on Windows. 2016-02-08 18:08:49 -08:00
links
logger
network
README.md
archive.go
archive_unix.go
archive_windows.go
attach.go Move backend types to their own package. 2016-02-08 12:42:17 -05:00
changes.go
commit.go
config.go
config_experimental.go
config_stub.go
config_test.go
config_unix.go
config_windows.go
container_operations.go
container_operations_unix.go Make mqueue container specific 2016-02-05 16:50:35 +01:00
container_operations_windows.go
create.go
create_unix.go
create_windows.go
daemon.go Add progress bar to docker load 2016-02-05 02:24:23 -05:00
daemon_experimental.go
daemon_linux.go Clean up container rootf mounts on daemon start fixes #19679 2016-02-03 20:52:32 -05:00
daemon_linux_test.go
daemon_stub.go
daemon_test.go
daemon_unix.go
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
delete_test.go
discovery.go
discovery_test.go
errors.go
events.go
events_test.go
exec.go
exec_unix.go
exec_windows.go
export.go
image_delete.go
images.go
import.go
info.go
inspect.go
inspect_unix.go
inspect_windows.go
kill.go
links.go
links_test.go
list.go Move backend types to their own package. 2016-02-08 12:42:17 -05:00
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go Move backend types to their own package. 2016-02-08 12:42:17 -05:00
mounts.go
network.go Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00
pause.go Merge pull request #19952 from WeiZhang555/fix-err-restarting-1 2016-02-03 17:34:19 -08:00
rename.go
resize.go
restart.go
selinux_linux.go
selinux_unsupported.go
start.go
stats.go Move backend types to their own package. 2016-02-08 12:42:17 -05:00
stats_collector_unix.go
stats_collector_windows.go
stats_freebsd.go
stats_linux.go
stats_windows.go
stop.go
top_unix.go
top_windows.go
unpause.go
update.go
volumes.go
volumes_unit_test.go
volumes_unix.go
volumes_windows.go
wait.go

README.md

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver