1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Michael Crosby 8682bac309 Merge pull request #9151 from tonistiigi/aufs-clipping-fix
Fix AUFS silent mount errors on many layers
2014-11-14 17:35:07 -08:00
..
execdriver Merge pull request #9074 from rhatdan/shm 2014-11-14 10:34:00 -08:00
graphdriver Merge pull request #9151 from tonistiigi/aufs-clipping-fix 2014-11-14 17:35:07 -08:00
networkdriver Merge pull request #8877 from erikh/proxy_error_check 2014-11-04 11:40:02 -05:00
attach.go
changes.go
commit.go
config.go Add the possibility of specifying a subnet for --insecure-registry 2014-11-14 12:31:11 -08:00
container.go Allow IPC namespace to be shared between containers or with the host 2014-11-12 11:29:58 -05:00
container_unit_test.go
copy.go
create.go Allow IPC namespace to be shared between containers or with the host 2014-11-12 11:29:58 -05:00
daemon.go Address comments. 2014-11-08 00:14:08 +00:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlayfs.go
daemon_unit_test.go
delete.go
exec.go Close stdin after execution with docker exec -i 2014-11-05 15:12:24 -08:00
export.go Separate events subsystem 2014-08-06 10:08:19 +00:00
history.go
image_delete.go
info.go
inspect.go
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 Separate events subsystem 2014-08-06 10:08:19 +00:00
README.md
resize.go
restart.go
start.go
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 Fix: Failed Start breaks VolumesFrom 2014-11-10 17:32:16 +01: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