1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
2014-11-26 14:44:09 -05:00
..
execdriver Merge pull request #9039 from ashahab-altiscale/8617-lxc-volume 2014-11-18 17:24:16 -08:00
graphdriver Merge pull request #9006 from snitm/thin-pool-improvements 2014-11-26 14:44:09 -05:00
networkdriver Merge pull request #9149 from swagiaal/fix-configureBridge-comment 2014-11-21 16:37:28 -05:00
attach.go Merge pull request #8571 from ncdc/3631-stdout-premature-eof 2014-10-29 11:36:32 -07:00
changes.go
commit.go
config.go key=values -> key=value 2014-11-21 19:15:22 +00:00
container.go Add support for docker exec to return cmd exitStatus 2014-11-25 17:49:25 -08:00
container_unit_test.go
copy.go
create.go Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
daemon.go Merge pull request #9208 from duglin/Issue8703 2014-11-25 18:03:51 -08:00
daemon_aufs.go Mass gofmt 2014-10-24 15:11:48 -07:00
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlayfs.go Add overlayfs graph backend 2014-10-28 11:31:30 +01:00
daemon_unit_test.go Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
delete.go Mass gofmt 2014-10-24 15:11:48 -07:00
exec.go Merge pull request #9208 from duglin/Issue8703 2014-11-25 18:03:51 -08:00
export.go
history.go
image_delete.go Fix for rmi -f when error "no such id". (9056) 2014-11-17 17:04:10 -08:00
info.go add daemon labels 2014-11-20 19:23:58 +00:00
inspect.go Merge pull request #9208 from duglin/Issue8703 2014-11-25 18:03:51 -08:00
kill.go
list.go Fix deadlock in ps exited filter 2014-11-03 10:51:03 -08:00
logs.go Fix panic on slow log consumer. 2014-10-30 22:24:57 +02:00
MAINTAINERS Adding Vish as a maintainer for daemon code. 2014-11-12 22:55:32 +00:00
monitor.go Address comments. 2014-11-08 00:14:08 +00:00
network_settings.go
pause.go
README.md
resize.go
restart.go
start.go Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
state.go Address comments. 2014-11-08 00:14:08 +00:00
state_test.go This patch adds ability in docker to detect out of memory conditions in containers. 2014-11-08 00:14:08 +00:00
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go add pkg/chrootarchive and use it on the daemon 2014-11-25 01:03:40 +02:00
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