moby--moby/daemon
Dan Walsh 4815fdc334 Merge branch 'master' of github.com:docker/docker into error
Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
2015-07-22 08:06:19 -04:00
..
events
execdriver Remove unused parameter in NewTtyConsole 2015-07-22 10:32:31 +08:00
graphdriver
logger
network golint on daemon/network package 2015-07-21 22:49:49 +08:00
README.md
archive.go daemon: container ArchivePath and ExtractToDir 2015-07-21 11:20:10 -07: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
config_experimental.go
config_linux.go
config_stub.go
config_windows.go
container.go daemon: container ArchivePath and ExtractToDir 2015-07-21 11:20:10 -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 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 Fixing Image struct to no longer use Graph. 2015-07-20 13:59:53 -07:00
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 Fixing Image struct to no longer use Graph. 2015-07-20 13:59:53 -07:00
info.go
inspect.go Expose new mount points structs in inspect. 2015-07-21 15:33:05 -07:00
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
monitor.go
pause.go
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 daemon: container ArchivePath and ExtractToDir 2015-07-21 11:20:10 -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

README.md

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver