moby--moby/daemon
unclejack 4424d15f99 Merge pull request #8302 from rafecolton/move_archive_package_to_pkg
Move archive package to pkg
2014-10-01 18:03:34 +03:00
..
execdriver Merge pull request #8299 from vieux/pr_7425 2014-09-30 17:53:11 -07:00
graphdriver Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
networkdriver IPAllocator: Ensure the allocated IPs are within network range. 2014-09-24 11:04:28 -07:00
MAINTAINERS
README.md
attach.go Merge pull request #8302 from rafecolton/move_archive_package_to_pkg 2014-10-01 18:03:34 +03:00
changes.go
commit.go
config.go Merge pull request #6101 from LK4D4/ip_range_#4986 2014-09-22 17:09:16 +03:00
container.go Merge pull request #8302 from rafecolton/move_archive_package_to_pkg 2014-10-01 18:03:34 +03: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 API: Provide the HostConfig during "run". 2014-09-25 15:24:38 -07:00
daemon.go Merge pull request #8302 from rafecolton/move_archive_package_to_pkg 2014-10-01 18:03:34 +03:00
daemon_aufs.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_unit_test.go update tests 2014-09-30 19:10:03 +00:00
delete.go Persistent directory for container in execdriver 2014-09-22 22:48:26 +04:00
exec.go Merge pull request #8302 from rafecolton/move_archive_package_to_pkg 2014-10-01 18:03:34 +03:00
export.go
history.go
image_delete.go Removing an image that fails, also removes the image name/tag. 2014-09-11 11:29:25 -07:00
info.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
inspect.go Proper JSON handling of strings that could be represented as other types 2014-09-16 13:51:02 -04:00
kill.go
list.go Filter containers by status. 2014-09-29 20:11:19 -07:00
logs.go daemon/logs: lower allocations in loop 2014-09-22 18:57:28 +03:00
monitor.go Fix typo:betweem->between and PtySlace->PtySlave 2014-09-30 07:22:09 -04:00
network_settings.go
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 API: Provide the HostConfig during "run". 2014-09-25 15:24:38 -07:00
state.go Filter containers by status. 2014-09-29 20:11:19 -07:00
state_test.go
stop.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00
top.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00
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 Merge pull request #8302 from rafecolton/move_archive_package_to_pkg 2014-10-01 18:03:34 +03: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