moby--moby/daemon
James Turnbull 8722b6db4b Merge pull request #9246 from estesp/add-oom-event
Proposal: Add "OOM killed" event based on OOM state information
2014-12-26 22:54:02 -05:00
..
execdriver Update libcontainer to 1597c68f7b941fd97881155d7f077852e2914e7b 2014-12-23 12:10:03 -08:00
graphdriver Remove unused function from vfs storage driver 2014-12-23 00:36:20 +01:00
networkdriver Tidy driver.go/LinkContainers 2014-12-21 13:42:02 +10:00
MAINTAINERS
README.md
attach.go
changes.go
commit.go Make `FROM scratch` a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
config.go
container.go Make `FROM scratch` a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
container_unit_test.go
copy.go
create.go Make `FROM scratch` a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
daemon.go Improve error message for conflicting container name. 2014-12-22 09:59:08 +01:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_unit_test.go
delete.go Error should be 409 as the container is different state to remove 2014-12-19 19:00:28 +00:00
exec.go
export.go
history.go
image_delete.go Make `FROM scratch` a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
info.go Wrap strings that could look like ints in quotes 2014-12-15 05:10:49 -08:00
inspect.go Make `FROM scratch` a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
kill.go
list.go Make `FROM scratch` a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
logs.go
monitor.go Add "OOM killed" event based on OOM state information 2014-12-23 18:22:31 -05:00
network_settings.go
pause.go
resize.go
restart.go
start.go
state.go
state_test.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go Fix vet errors about formatting directives 2014-12-12 10:58:56 -08:00
volumes.go Fix volumes-from/bind-mounts passed in on start 2014-12-15 16:51:15 -05:00
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