1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Michael Crosby 7d8b5fc3aa Fix windows cross compile with new netlink
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-09-24 15:01:03 -07:00
..
events Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
execdriver Update CAP_ prefix for new spec format 2015-09-24 15:00:30 -07:00
graphdriver Try to resize data and metadata loopback file when initiating devicemapper 2015-09-24 09:31:00 +08:00
links
logger daemon: logger: error out on daemon start if invalid logger address 2015-09-20 16:20:25 +02:00
network
archive.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
archive_unix.go
archive_windows.go
attach.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
changes.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
commit.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
config.go
config_experimental.go
config_stub.go
config_unix.go
config_windows.go
container.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
container_unit_test.go
container_unix.go Merge pull request #16228 from duglin/ContextualizeEvents 2015-09-24 14:16:22 -07:00
container_windows.go Fix windows cross compile with new netlink 2015-09-24 15:01:03 -07:00
create.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
create_unix.go
create_windows.go
daemon.go Fix windows cross compile with new netlink 2015-09-24 15:01:03 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_linux.go Improvements to the original sharing implementation. 2015-09-23 12:07:24 -04:00
daemon_linux_test.go Improvements to the original sharing implementation. 2015-09-23 12:07:24 -04:00
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
daemon_unix.go Fix windows cross compile with new netlink 2015-09-24 15:01:03 -07:00
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
exec.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
exec_freebsd.go
exec_linux.go
exec_windows.go
export.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
history.go
image_delete.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
info.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
inspect.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
inspect_unix.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
inspect_windows.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
kill.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
list.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
logdrivers_linux.go
logdrivers_windows.go
logs.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
monitor.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
pause.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
README.md
rename.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
resize.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
restart.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
start.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
state.go
state_test.go
stats.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
stats_collector_unix.go
stats_collector_windows.go
stats_freebsd.go
stats_linux.go
stats_windows.go
stop.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
top_unix.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
top_windows.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
unpause.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
utils_freebsd.go
utils_linux.go
utils_nounix.go
utils_test.go
volumes.go Move volume ref counting store to a package. 2015-09-21 12:46:49 -04:00
volumes_linux_unit_test.go Move volume ref counting store to a package. 2015-09-21 12:46:49 -04:00
volumes_unit_test.go
volumes_unix.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
volumes_windows.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00
wait.go Add context.RequestID to event stream 2015-09-24 11:56:37 -07:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver