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 f68b8b33e6 Merge pull request #8850 from shuai-z/clean-mount
Clear the internal state before raising error.
2014-10-30 18:01:01 -07:00
..
execdriver pkg/reexec: move reexec code to a new package 2014-10-30 14:48:30 +02:00
graphdriver mount: move the MakePrivate to pkg/mount 2014-10-30 17:04:56 -04:00
networkdriver pkg/reexec: move reexec code to a new package 2014-10-30 14:48:30 +02: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 Do not verify certificate when using --insecure-registry on an HTTPS registry 2014-10-30 19:44:09 -04:00
container.go Mass gofmt 2014-10-24 15:11:48 -07:00
container_unit_test.go
copy.go
create.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
daemon.go Merge pull request #8850 from shuai-z/clean-mount 2014-10-30 18:01:01 -07: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_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 Merge pull request #8571 from ncdc/3631-stdout-premature-eof 2014-10-29 11:36:32 -07:00
export.go
history.go
image_delete.go
info.go Merge pull request #8772 from aluzzardi/docker-info-mem-cpu 2014-10-28 14:14:10 -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 Adding capability to filter by name, id or status to list containers api 2014-10-20 18:33:20 +00:00
logs.go Fix panic on slow log consumer. 2014-10-30 22:24:57 +02:00
MAINTAINERS
monitor.go Mass gofmt 2014-10-24 15:11:48 -07: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 API: Provide the HostConfig during "run". 2014-09-25 15:24:38 -07:00
state.go save start error into State.Error 2014-10-22 22:42:37 -04:00
state_test.go
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 Mass gofmt 2014-10-24 15:11:48 -07:00
wait.go Fix container wait error message to match server template for returning 404 2014-09-19 13:33:00 -04:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver