moby--moby/daemon
Michael Crosby bb24f99d74 Merge pull request #9356 from cc272309126/fix-exec-paused-container
Fix the issue that when docker exec a paused container, it will always
2014-12-09 11:01:44 -08:00
..
execdriver LXC CAP ADD CAP DROP IN TEMPLATE 2014-12-05 23:08:22 +00:00
graphdriver Use consistent ApplyLayer in overlayfs 2014-12-04 12:03:44 -08:00
networkdriver Try other port on any error from Map 2014-12-01 16:26:30 -08:00
MAINTAINERS Adding Vish as a maintainer for daemon code. 2014-11-12 22:55:32 +00:00
README.md
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 fixes as per feedback 2014-12-03 12:46:23 +10:00
container.go Add support for docker exec to return cmd exitStatus 2014-11-25 17:49:25 -08:00
container_unit_test.go Ensure container names start with a-zA-Z0-9 2014-09-12 10:45:07 -07:00
copy.go
create.go Merge pull request #9089 from cpuguy83/8942_create_volumes_on_create 2014-12-03 15:42:09 -08:00
daemon.go Running a container that links to a container with --net host 2014-12-08 11:33:18 -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_overlay.go Remove the last references to overlayfs 2014-12-03 14:06:19 +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 Fix the issue when docker exec a paused container, it will always hang. 2014-12-05 03:10:44 +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 Return docker's root dir in docker -D info 2014-12-05 12:13:25 -08: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
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
resize.go Splitting the exec remote API into two separate APIs inorder to support resizing of tty sessions. 2014-09-15 22:56:47 +00:00
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 Strongly type exec driver context 2014-09-29 22:40:26 +00:00
utils_linux.go --selinux-enabled flag should be ignored on Disabled SELinux systems 2014-09-23 13:21:25 -04:00
utils_nolinux.go --selinux-enabled flag should be ignored on Disabled SELinux systems 2014-09-23 13:21:25 -04:00
utils_test.go Strongly type exec driver context 2014-09-29 22:40:26 +00:00
volumes.go Label standard mounts within loop 2014-12-01 14:54:14 -05:00
wait.go Fix container wait error message to match server template for returning 404 2014-09-19 13:33:00 -04:00

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