1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
David Calavera 36106a20ca Merge pull request #14682 from duglin/Issue14621
Remove panic in nat package on invalid hostport
2015-07-21 15:48:51 -07:00
..
events
execdriver Windows: Remove erroneous comment 2015-07-21 14:25:08 -07:00
graphdriver Merge pull request #14693 from LK4D4/update_libcontainer 2015-07-17 13:02:04 -07:00
logger
network golint on daemon/network package 2015-07-21 22:49:49 +08:00
attach.go
changes.go
commit.go Fixing Image struct to no longer use Graph. 2015-07-20 13:59:53 -07:00
config.go Merge pull request #14604 from Microsoft/10662-addbridge 2015-07-16 08:44:40 -07:00
config_experimental.go
config_linux.go Windows: Plumb through -b on daemon 2015-07-13 12:41:48 -07:00
config_stub.go
config_windows.go Windows: Plumb through -b on daemon 2015-07-13 12:41:48 -07:00
container.go Fixing Image struct to no longer use Graph. 2015-07-20 13:59:53 -07:00
container_unit_test.go move nat tests from container's unit test to nat's ones 2015-07-21 00:29:24 +02:00
container_unix.go Merge pull request #14682 from duglin/Issue14621 2015-07-21 15:48:51 -07:00
container_windows.go Fixing Image struct to no longer use Graph. 2015-07-20 13:59:53 -07:00
copy.go
create.go Fixing Image struct to no longer use Graph. 2015-07-20 13:59:53 -07:00
daemon.go Fixing Image struct to no longer use Graph. 2015-07-20 13:59:53 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unit_test.go
daemon_unix.go Merge pull request #14682 from duglin/Issue14621 2015-07-21 15:48:51 -07:00
daemon_windows.go Windows: Plumb through -b on daemon 2015-07-13 12:41:48 -07:00
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
exec.go Quieter debug logging for clean exec commands 2015-07-13 10:36:36 -07:00
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go Fixing Image struct to no longer use Graph. 2015-07-20 13:59:53 -07:00
info.go Update graph to use vendored distribution client for the v2 codepath 2015-07-16 13:13:47 -04:00
inspect.go
kill.go
list.go Remove panic in nat package on invalid hostport 2015-07-17 13:02:54 -07:00
logdrivers_linux.go
logdrivers_windows.go
logs.go
monitor.go
pause.go
README.md
rename.go
resize.go
restart.go
start.go Windows: hostconfig on start 2015-07-16 15:33:13 -07:00
state.go
state_test.go
stats.go Update libcontainer 2015-07-16 16:02:26 -07:00
stats_collector_unix.go Update libcontainer 2015-07-16 16:02:26 -07:00
stats_collector_windows.go
stats_linux.go Update libcontainer 2015-07-16 16:02:26 -07:00
stats_windows.go Update libcontainer 2015-07-16 16:02:26 -07:00
stop.go
top.go
unpause.go
utils_nounix.go Windows: Tidy up daemon\utils*.go 2015-07-09 18:47:32 -07:00
utils_test.go Windows: Tidy up daemon\utils*.go 2015-07-09 18:47:32 -07:00
utils_unix.go Update libcontainer 2015-07-16 16:02:26 -07:00
volumes.go Promote volume drivers from experimental to master. 2015-07-21 09:32:44 -07:00
volumes_linux.go
volumes_linux_unit_test.go Promote volume drivers from experimental to master. 2015-07-21 09:32:44 -07:00
volumes_unit_test.go
volumes_windows.go
wait.go

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver