1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
2015-07-22 11:54:35 -07:00
..
events
execdriver Remove unused parameter in NewTtyConsole 2015-07-22 10:32:31 +08:00
graphdriver
logger Split reader interface from logger interface 2015-07-21 20:47:31 -04:00
network
archive.go
attach.go
changes.go
commit.go
config.go
config_experimental.go
config_linux.go
config_stub.go
config_windows.go
container.go Merge pull request #14442 from cpuguy83/refactor_logdrvier_reader 2015-07-22 11:54:35 -07:00
container_unit_test.go
container_unix.go golint: Fix issues in pkg/nat 2015-07-22 00:47:41 +01:00
container_windows.go Merge pull request #14688 from Microsoft/10662-hookupmac 2015-07-21 19:55:21 -07:00
create.go
daemon.go Merge branch 'master' of github.com:docker/docker into error 2015-07-22 08:06:19 -04: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 #14822 from runcom/host-config-links-on-start 2015-07-21 20:06:26 -07:00
daemon_windows.go
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
exec.go
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go golint: Fix issues in pkg/nat 2015-07-22 00:47:41 +01:00
logdrivers_linux.go
logdrivers_windows.go
logs.go Split reader interface from logger interface 2015-07-21 20:47:31 -04:00
monitor.go Split reader interface from logger interface 2015-07-21 20:47:31 -04:00
pause.go
README.md
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stats.go
stats_collector_unix.go
stats_collector_windows.go
stats_linux.go
stats_windows.go
stop.go
top.go
unpause.go
utils_nounix.go
utils_test.go
utils_unix.go
volumes.go
volumes_linux.go
volumes_linux_unit_test.go
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