1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Vishnu Kannan f96e04ffc7 This patch adds ability in docker to detect out of memory conditions in containers.
Since the containers can handle the out of memory kernel kills gracefully, docker
will only provide out of memory information as an additional metadata as part of
container status.
Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
2014-11-08 00:14:08 +00:00
..
execdriver This patch adds ability in docker to detect out of memory conditions in containers. 2014-11-08 00:14:08 +00:00
graphdriver
networkdriver
attach.go
changes.go
commit.go
config.go
container.go Merge pull request #8983 from LK4D4/consistent_hosts 2014-11-06 11:51:28 -08:00
container_unit_test.go
copy.go
create.go
daemon.go This patch adds ability in docker to detect out of memory conditions in containers. 2014-11-08 00:14:08 +00:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_unit_test.go
delete.go
exec.go
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go
logs.go
MAINTAINERS
monitor.go This patch adds ability in docker to detect out of memory conditions in containers. 2014-11-08 00:14:08 +00:00
network_settings.go
pause.go
README.md
resize.go
restart.go
start.go
state.go This patch adds ability in docker to detect out of memory conditions in containers. 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
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