moby--moby/daemon
Vincent Batts 86d66d6273 Merge pull request #12033 from rhvgoyal/devmapper-cleanup
Devmapper Graph Driver Misc cleanup
2015-04-07 15:49:32 -04:00
..
execdriver Fix a minor typo 2015-04-04 15:36:35 +08:00
graphdriver devmapper: Retry device removal after 100ms instead of 10ms 2015-04-02 16:47:14 -04:00
logger daemon/logger/jsonfilelog: avoid some allocations 2015-04-02 18:33:23 +03:00
networkdriver Remove "stupid" wording 2015-04-04 15:26:45 +02:00
README.md Add readme for daemon directory 2014-05-17 17:56:02 +00:00
attach.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
changes.go Remove use of Table from 'docker diff' 2015-04-02 16:55:58 -07:00
commit.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
config.go add syslog driver 2015-03-21 18:01:18 -07:00
container.go Mounting a directory of devices like /dev/snd should mount all child devices. 2015-04-01 15:57:41 -07:00
container_unit_test.go Ensure container names start with a-zA-Z0-9 2014-09-12 10:45:07 -07:00
copy.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
create.go Fix error from daemon no such image even when the image exist 2015-03-28 09:07:20 +08:00
daemon.go Remove jobs from registry.Service 2015-03-31 16:38:04 -07:00
daemon_aufs.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
daemon_btrfs.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_devicemapper.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_no_aufs.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_overlay.go Remove the last references to overlayfs 2014-12-03 14:06:19 +01:00
daemon_test.go Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069 2015-01-21 17:11:31 -08:00
daemon_unit_test.go Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
delete.go container: Do not remove contianer if any of the resource failed cleanup 2015-03-31 09:51:19 -04:00
exec.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
export.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
history.go History.Swap Use parallel assignment to swap elements, as it's 2015-03-25 00:13:13 +03:00
image_delete.go Remove engine.Table from docker history and docker rmi 2015-04-03 08:31:30 -07:00
info.go Merge pull request #11978 from x1022as/info-show-loggingdriver 2015-04-06 11:11:31 -07:00
inspect.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
kill.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
list.go Last step in removing engine.Tabel from api/client/* 2015-04-06 10:55:53 -07:00
logs.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
monitor.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
network_settings.go Remove engine.Table from more daemon side stuff 2015-04-06 15:06:02 -07:00
pause.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
rename.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
resize.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
restart.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
start.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
state.go container: Do not remove contianer if any of the resource failed cleanup 2015-03-31 09:51:19 -04:00
state_test.go Fix vet errors about unkeyed fields 2014-12-12 10:44:59 -08:00
stats.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
stats_collector.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
stop.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
top.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
utils.go User should get error message on wrong config 2014-12-09 21:52:07 +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 Update container resolv.conf when host network changes /etc/resolv.conf 2015-01-08 14:15:13 -05:00
volumes.go Use getResourcePath instead 2015-03-31 15:10:30 -04:00
wait.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01: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