1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Jessie Frazelle 39284be960 Merge pull request #9263 from cpuguy83/docs_cleanup_exec_api
Cleanup exec API docs and available params
2014-11-24 13:35:45 -08:00
..
execdriver Merge pull request #9039 from ashahab-altiscale/8617-lxc-volume 2014-11-18 17:24:16 -08:00
graphdriver Merge pull request #9223 from vbatts/vbatts-overlay_notfound 2014-11-21 19:58:01 -08: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 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 add ID and Hostname in docker info 2014-11-17 19:23:41 +00: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 update tests 2014-09-30 19:10:03 +00:00
delete.go Mass gofmt 2014-10-24 15:11:48 -07:00
exec.go Cleanup exec API docs and available params 2014-11-21 21:11:07 -05: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
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 Support for consistent MAC address. 2014-10-03 13:22:38 -07:00
pause.go
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